LogEntry
interface LogEntry {
readonly message: string;
readonly source: LogSource;
readonly timestamp: Date;
readonly objectId: string;
readonly contextIds: string[];
}interface LogEntry {
readonly message: string;
readonly source: LogSource;
readonly timestamp: Date;
readonly objectId: string;
readonly contextIds: string[];
}