A Sandcastle Documented Class Library
LoggingExtensions Class |
Extension class for Log4net
Inheritance Hierarchy
Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
The LoggingExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Debug |
Logs debug message to Logger
| |
Error |
Logs error message to Logger
| |
Fatal |
Logs fatal message to Logger
| |
Info |
Logs info message to Logger
| |
LogT | Extention method to allow objects to access logger with Log(). | |
Warn |
Logs warn message to Logger
|
See Also