 | ILog Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.logging.ILog"]
Namespace:
com.espertech.esper.compat.logging
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
SyntaxThe ILog type exposes the following members.
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