C# Class Utility.Logging.NLog.NLogLogger

Inheritance: LoggerBase
Mostra file Open project: ChrisMH/Utility.Logging

Public Methods

Method Description
Debug ( Exception exception, string message ) : void
Debug ( string message ) : void
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Fatal ( Exception exception, string message ) : void
Fatal ( string message ) : void
Info ( Exception exception, string message ) : void
Info ( string message ) : void
Trace ( Exception exception, string message ) : void
Trace ( string message ) : void
Warn ( Exception exception, string message ) : void
Warn ( string message ) : void

Protected Methods

Method Description
Log ( global logLevel, Exception exception, string message ) : void

Private Methods

Method Description
NLogLogger ( string name, ILoggerFactory factory ) : System

Method Details

Debug() public method

public Debug ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Debug() public method

public Debug ( string message ) : void
message string
return void

Error() public method

public Error ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Info() public method

public Info ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Log() protected method

protected Log ( global logLevel, Exception exception, string message ) : void
logLevel global
exception System.Exception
message string
return void

Trace() public method

public Trace ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Trace() public method

public Trace ( string message ) : void
message string
return void

Warn() public method

public Warn ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void