Log debug level message with optional context.
Optionalcontext: Record<string, unknown>Log error level message with error object and optional context.
Optionalerror: ErrorOptionalcontext: Record<string, unknown>Log info level message with optional context.
Optionalcontext: Record<string, unknown>PrivatelogInternal logging method that handles level filtering and formatting.
Optionalcontext: Record<string, unknown>Log method calls with timing information. Automatically logs start, completion, and error states with duration.
Name of the operation being timed
Async function to execute and time
Optionalcontext: Record<string, unknown>Optional context information
Promise that resolves with the function result
Log trace level message with optional context.
Optionalcontext: Record<string, unknown>Log warning level message with optional context.
Optionalcontext: Record<string, unknown>
Individual logger instance for a specific channel.