Interface ILogger
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public interface ILogger
Methods
Flush()
Declaration
void Flush()
Log(LogLevels, String, String)
Declaration
void Log(LogLevels level, string message, string source)
Parameters
Type | Name | Description |
---|---|---|
LogLevels | level | |
String | message | |
String | source |