| Logger Class |
Namespace: Ozeki.Common
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Attach(ILogger) |
Provides the possibility of multitarget logging (into file, database etc.)
| |
| Attach(ILogger, LogConfig) |
Provides the possibility of multitarget logging (into file, database etc.)
| |
| Attach(ILogger, LogLevel) |
Provides the possibility of multitarget logging (into file, database etc.)
| |
| Close |
Forbids logging
| |
| Detach |
Detaching a logger
| |
| HardwareInfo |
Logs information about the machine.
| |
| Open |
Permits logging.
|