Type alias MemoryLogReporter

MemoryLogReporter: LogReporter<LogEntry> & {
    logs: LogEntry[];
    emit() => void;
    getLogMessage() => string;
    getLogMessageWithLevel() => string;
    getLogMessages() => string[];
    getLogMessagesWithIdAndLevel() => string[];
    getLogMessagesWithLevel() => string[];
}

Type declaration

Generated using TypeDoc