C# Class AgaHackTools.Main.Default.Log

Inheritance: ILog
Show file Open project: aganonki/HackTools

Private Properties

Property Type Description
LogMessage void

Public Methods

Method Description
Debug ( object message ) : void
Debug ( string message ) : void
Error ( object message ) : void
Error ( string message ) : void
Fatal ( object message ) : void
Fatal ( string message ) : void
GetLogger ( string sender ) : ILog
Info ( object message ) : void
Info ( string message ) : void
Log ( string sender ) : System
Warn ( object message ) : void
Warn ( string message ) : void
Warning ( object message ) : void
Warning ( string message ) : void

Private Methods

Method Description
LogMessage ( string message ) : void

Method Details

Debug() public method

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

Debug() public method

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

Error() public method

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

Error() public method

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

Fatal() public method

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

Fatal() public method

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

GetLogger() public static method

public static GetLogger ( string sender ) : ILog
sender string
return ILog

Info() public method

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

Info() public method

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

Log() public method

public Log ( string sender ) : System
sender string
return System

Warn() public method

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

Warn() public method

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

Warning() public method

public Warning ( object message ) : void
message object
return void

Warning() public method

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