C# Class Core.ApplicationServices.Logger.Logger

Inheritance: ILogger
Exibir arquivo Open project: os2indberetning/os2_app_webapi Class Usage Examples

Public Methods

Method Description
Log ( string msg, string fileName ) : void
Log ( string msg, string fileName, Exception ex ) : void
Log ( string msg, string fileName, Exception ex, int level ) : void
Log ( string msg, string fileName, int level ) : void
Logger ( ) : log4net

Method Details

Log() public method

public Log ( string msg, string fileName ) : void
msg string
fileName string
return void

Log() public method

public Log ( string msg, string fileName, Exception ex ) : void
msg string
fileName string
ex System.Exception
return void

Log() public method

public Log ( string msg, string fileName, Exception ex, int level ) : void
msg string
fileName string
ex System.Exception
level int
return void

Log() public method

public Log ( string msg, string fileName, int level ) : void
msg string
fileName string
level int
return void

Logger() public method

public Logger ( ) : log4net
return log4net