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

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
NullLogger ( )
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

NullLogger() public method

public NullLogger ( )

Warning() public method

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