C# Class Com.Aote.Logs.Log

Datei anzeigen Open project: DuBin1988/newsellinggas

Public Properties

Property Type Description
Logger ShowMessage

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
GetInstance ( String type ) : Log
GetInstance ( Type type ) : Log
GetInstance ( string name ) : Log
Info ( string message ) : void
ShowMessage ( string message, string level ) : void
Warn ( string message ) : void

Private Methods

Method Description
GetConfig ( string name ) : LogConfig
GetLevel ( string levelName ) : int
GetShowMessage ( string message ) : string

Method Details

Debug() public method

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

Error() public method

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

GetInstance() public static method

public static GetInstance ( String type ) : Log
type String
return Log

GetInstance() public static method

public static GetInstance ( Type type ) : Log
type System.Type
return Log

GetInstance() public static method

public static GetInstance ( string name ) : Log
name string
return Log

Info() public method

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

ShowMessage() public method

public ShowMessage ( string message, string level ) : void
message string
level string
return void

Warn() public method

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

Property Details

Logger public_oe static_oe property

public static ShowMessage Logger
return ShowMessage