C# Class AOPify.NLog.NLogger

Inheritance: ILogger
Show file Open project: ziyasal/AOPify

Public Methods

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

Method Details

Debug() public method

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

DebugException() public method

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

Error() public method

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

Error() public method

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

Fatal() public method

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

Fatal() public method

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

Info() public method

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

Info() public method

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

NLogger() public method

public NLogger ( ) : System
return System

Warn() public method

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

Warn() public method

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