Show / Hide Table of Contents

Class EntityFrameworkLogger

Inheritance
Object
EntityFrameworkLogger
Namespace: Lacuna.Pki.EntityFrameworkConnector
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
public class EntityFrameworkLogger : ILogger

Constructors

EntityFrameworkLogger(IPkiLogContext, LogLevels)

Declaration
public EntityFrameworkLogger(IPkiLogContext dbContext, LogLevels minLevel = null)
Parameters
Type Name Description
IPkiLogContext dbContext
LogLevels minLevel

Methods

Configure(IPkiLogContext, LogLevels)

Declaration
public static void Configure(IPkiLogContext context, LogLevels minLevel = null)
Parameters
Type Name Description
IPkiLogContext context
LogLevels minLevel

Flush()

Declaration
public void Flush()

Log(LogLevels, String, String)

Declaration
public 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