C# Class FS.Log.Default.DefaultLog

Inheritance: ILog
Mostra file Open project: FarseerNet/Farseer.Net

Public Methods

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

Method Details

Debug() public method

public Debug ( Exception exception, string message = null ) : 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 = null ) : 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 = null ) : 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 = null ) : void
exception System.Exception
message string
return void

Info() public method

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

Warn() public method

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

Warn() public method

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