CustomLogger
interface CustomLogger
Interface for custom logger implementations. Provides both string-based and structured LogMessage-based logging.
Properties
Functions
Link copied to clipboard
Log a debug message with structured data.
Log a debug message with a string.
Link copied to clipboard
Log an error message with structured data.
Log an error message with a string.
Link copied to clipboard
Log an info message with structured data.
Log an info message with a string.
Link copied to clipboard
Log a trace message with structured data.
Log a trace message with a string.
Link copied to clipboard
Log a warning message with structured data.
Log a warning message with a string.