Show / Hide Table of Contents
Editar no GitHub

Class EntityFrameworkLogger

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

Constructors

| Improve this Doc View Source

EntityFrameworkLogger(IPkiLogContext, LogLevels)

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

Methods

| Improve this Doc View Source

Configure(IPkiLogContext, LogLevels)

Declaration
public static void Configure(IPkiLogContext context, LogLevels minLevel = null)
Parameters
Type Name Description
IPkiLogContext context
LogLevels minLevel
| Improve this Doc View Source

Flush()

Declaration
public void Flush()
| Improve this Doc View Source

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