utilities/logger
Logging utilities for configuration loading and debugging
Classes
| Class | Description |
|---|---|
| ConsoleLogger | A logger that logs to the console |
| NullLogger | A logger that does nothing |
Interfaces
| Interface | Description |
|---|---|
| Logger | A logger interface that ensures all log levels are implemented except for trace |
Type Aliases
| Type Alias | Description |
|---|---|
| LogLevel | A type representing the log levels |
| LogMethods | Type to ensure all log levels have corresponding methods |
Variables
| Variable | Description |
|---|---|
| LOG_LEVELS | - |
| MASKED_TOKEN | - |
Functions
| Function | Description |
|---|---|
| shouldLog | Check if a log level should be logged |