C# Class Dicom.Log.SerilogLoggerAdapter

Inheritance: Dicom.Log.Logger
Afficher le fichier Open project: fo-dicom/fo-dicom

Méthodes publiques

Méthode Description
Log ( LogLevel level, string msg ) : void

Log a message to the logger.

SerilogLoggerAdapter ( ILogger serilog ) : Serilog

Initializes an instance of SerilogLoggerAdapter

Method Details

Log() public méthode

Log a message to the logger.
public Log ( LogLevel level, string msg ) : void
level LogLevel Log level.
msg string Log message (format string).
Résultat void

SerilogLoggerAdapter() public méthode

Initializes an instance of SerilogLoggerAdapter
public SerilogLoggerAdapter ( ILogger serilog ) : Serilog
serilog ILogger
Résultat Serilog