Cryville.Common.Logging
A logger.
Sets the path where the log files shall be stored.
The path.
Logs to the specified logger.
The key of the logger.
The severity level.
The module that is logging.
The format string.
The arguments for formatting.
Adds a created logger to the shared logger manager.
The key of the logger.
The logger.
Closes all loggers and related file streams.
Logs to the logger.
The severity level.
The module that is logging.
The message.
A that calls a callback function on log.
Creates an instance of the class.
The callback function.
is .
A that buffers the logs for enumeration.
Creates an instance of the class.
Enumerates the buffered logs.
The callback function to receive the logs.