8 lines
385 B
Markdown
8 lines
385 B
Markdown
# Loggers
|
|
|
|
Provides a singleton `GlobalLogger` for application-wide logging with multiple severity levels (Detail, Debug, Info, Warning, Suggest, Error) and support for pluggable log writers.
|
|
|
|
## Key Files
|
|
|
|
- **`GlobalLogger.cs`** — Singleton static logger that delegates to `AcLoggerBase`. Supports category names, caller member tracking, and configurable `LogLevel` and `AppType`.
|