Lean
$LEAN_TAG$
|
Classes | |
class | CompositeLogHandler |
Provides an ILogHandler implementation that composes multiple handlers More... | |
class | ConsoleErrorLogHandler |
Subclass of ConsoleLogHandler that only logs error messages More... | |
class | ConsoleLogHandler |
ILogHandler implementation that writes log output to console. More... | |
class | FileLogHandler |
Provides an implementation of ILogHandler that writes all log messages to a file on disk. More... | |
class | FunctionalLogHandler |
ILogHandler implementation that writes log output to result handler More... | |
interface | ILogHandler |
Interface for redirecting log output More... | |
class | Log |
Logging management class. More... | |
class | LogEntry |
Log entry wrapper to make logging simpler: More... | |
class | LogHandlerExtensions |
Logging extensions. More... | |
class | QueueLogHandler |
ILogHandler implementation that queues all logs and writes them when instructed. More... | |
class | RegressionFileLogHandler |
Provides an implementation of ILogHandler that writes all log messages to a file on disk without timestamps. More... | |
class | WhoCalledMe |
Provides methods for determining higher stack frames More... | |
Enumerations | |
enum | LogType { LogType.Debug, LogType.Trace, LogType.Error } |
Error level More... | |
|
strong |
Error level
Enumerator | |
---|---|
Debug | Debug log level |
Trace | Trace log level |
Error | Error log level |
Definition at line 22 of file LogType.cs.