C# Class Content.Localization.Serilog.SerilogContentLogger

Inheritance: IContentLogger
Mostrar archivo Open project: ExigoOffice/Content-Localization

Public Methods

Method Description
LogError ( Exception ex, string format ) : void
LogInformation ( string format ) : void
LogVerbose ( string format ) : void
SerilogContentLogger ( ILogger logger ) : System

Method Details

LogError() public method

public LogError ( Exception ex, string format ) : void
ex Exception
format string
return void

LogInformation() public method

public LogInformation ( string format ) : void
format string
return void

LogVerbose() public method

public LogVerbose ( string format ) : void
format string
return void

SerilogContentLogger() public method

public SerilogContentLogger ( ILogger logger ) : System
logger ILogger
return System