 | LogCommon Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.logging.LogCommon"]
Inheritance Hierarchy
Namespace:
com.espertech.esper.compat.logging
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic class LogCommon : ILog
The LogCommon type exposes the following members.
Constructors
| Name | Description |
---|
 | LogCommon |
Initializes a new instance of the LogCommon class.
|
Top
Properties
Methods
| Name | Description |
---|
 | Debug(String) | |
 | Debug(String, Exception) | |
 | Debug(String, Object) | |
 | Error(String) | |
 | Error(String, Exception) | |
 | Error(String, Object) | |
 | Fatal(String) | |
 | Fatal(String, Exception) | |
 | Fatal(String, Object) | |
 | Info(String) | |
 | Info(String, Exception) | |
 | Info(String, Object) | |
 | Warn(String) | |
 | Warn(String, Exception) | |
 | Warn(String, Object) | |
Top
See Also