Type Alias LogContext

LogContext: Record<string, any>

Represents the context of a log message. It is an object of key-value pairs that can be used to provide additional context to a log message.