Class EntityFrameworkLogger
Inheritance
EntityFrameworkLogger
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
public class EntityFrameworkLogger : ILogger
Constructors
EntityFrameworkLogger(IPkiLogContext, LogLevels)
Declaration
public EntityFrameworkLogger(IPkiLogContext dbContext, LogLevels minLevel = null)
Parameters
Methods
Configure(IPkiLogContext, LogLevels)
Declaration
public static void Configure(IPkiLogContext context, LogLevels minLevel = null)
Parameters
Flush()
Declaration
Log(LogLevels, String, String)
Declaration
public void Log(LogLevels level, string message, string source)
Parameters
| Type |
Name |
Description |
| LogLevels |
level |
|
| String |
message |
|
| String |
source |
|