ILogger Interface |
A Sandcastle Documented Class Library |
Interface for Logger
Namespace: NSG.Library.Logger
Assembly: NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax
public interface ILogger
Public Interface ILogger
public interface class ILogger
type ILogger = interface end
The ILogger type exposes the following members.
Methods
Name | Description | |
---|---|---|
ListString |
Return a string listing.
| |
Log(Byte, String, String, String, String) |
Insert one row into Log
Calling log from the web api
| |
Log(LoggingLevel, String, MethodBase, String, Exception) |
Insert one row into Log
(Calling log from C#)
|
See Also