Wrapper for easier logging
Inheritance Hierarchy
Namespace:
Crosser.Common.Utilities.Logger
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax The Log type exposes the following members.
Methods
| Name | Description |
---|
| Debug(String, Object) | |
| Debug(Exception, String, Object) | |
| Error(String, Object) | |
| Error(Exception, String, Object) | |
| Fatal(String, Object) | |
| Fatal(Exception, String, Object) | |
| GetLogEventLevel | |
| Information(String, Object) | |
| Information(Exception, String, Object) | |
| LevelEnabled | |
| SetLogEventLevel | |
| Warning(String, Object) | |
| Warning(Exception, String, Object) | |
| Verbose(String, Object) | |
| Verbose(Exception, String, Object) | |
TopSee Also