C# Class StatLight.Core.Common.Logging.TraceLogger

Inheritance: LoggerBase
ファイルを表示 Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Debug ( string message, bool writeNewLine ) : void
Error ( string message ) : void
Information ( string message ) : void
TraceLogger ( ) : System
TraceLogger ( LogChatterLevels logChatterLevel ) : System
Warning ( string message ) : void

Method Details

Debug() public method

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

Debug() public method

public Debug ( string message, bool writeNewLine ) : void
message string
writeNewLine bool
return void

Error() public method

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

Information() public method

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

TraceLogger() public method

public TraceLogger ( ) : System
return System

TraceLogger() public method

public TraceLogger ( LogChatterLevels logChatterLevel ) : System
logChatterLevel LogChatterLevels
return System

Warning() public method

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