Skip to content

utilities/logger

Logging utilities for configuration loading and debugging

Classes

ClassDescription
ConsoleLoggerA logger that logs to the console
NullLoggerA logger that does nothing

Interfaces

InterfaceDescription
LoggerA logger interface that ensures all log levels are implemented except for trace

Type Aliases

Type AliasDescription
LogLevelA type representing the log levels
LogMethodsType to ensure all log levels have corresponding methods

Variables

VariableDescription
LOG_LEVELS-
MASKED_TOKEN-

Functions

FunctionDescription
shouldLogCheck if a log level should be logged