| Logger Methods | 
The Logger type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also