Show / Hide Table of Contents

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
Back to top Copyright © 2015-2020 Lacuna Software