Loggical API Documentation v1.0.1
Loggical API Documentation / LogMetadata
Interface: LogMetadata
Defined in: types/transport.types.ts:14
Metadata passed to transports for each log message
Properties
level
ts
level: LogLevelType;Defined in: types/transport.types.ts:15
timestamp
ts
timestamp: Date;Defined in: types/transport.types.ts:16
namespace?
ts
optional namespace: string;Defined in: types/transport.types.ts:17
context?
ts
optional context: Record<string, unknown>;Defined in: types/transport.types.ts:18
prefix?
ts
optional prefix: string[];Defined in: types/transport.types.ts:19
stackTrace?
ts
optional stackTrace: FilteredStackTrace;Defined in: types/transport.types.ts:21
Stack trace information with logging library frames filtered out
