uMod.Logging
Types
ConsoleLogger- A logger that write to the system console
DailyFileLogger- A logger that writes to a set of files that rotate by day
DailyPluginLogger- A daily file plugin logger
EmptyLogger- Empty logger which discards log messages
Logger- Represents a logger
LoggerAttributeNativeLoggerPipeLogger- Cached logger to temporarily store log messages
SentryLogger- Represents a logger that sends exceptions to a remote sentry service
SingleFileLogger- A logger that writes to a single file
SinglePluginLogger- A single file plugin logger
StackLogger- Represents a set of loggers that combine info a single logger
TextLogger- A logger that writes text
ThreadedTextLogger- Represents a logger that processes messages on a worker thread
WebSocketPipe