C# Class NuBot.Diagnostics.LogExtensions

ファイルを表示 Open project: nubot/nubot

Public Methods

Method Description
Debug ( this log, string format ) : void
Error ( this log, string format ) : void
Fatal ( this log, string format ) : void
Information ( this log, string format ) : void
Verbose ( this log, string format ) : void
Warning ( this log, string format ) : void

Method Details

Debug() public static method

public static Debug ( this log, string format ) : void
log this
format string
return void

Error() public static method

public static Error ( this log, string format ) : void
log this
format string
return void

Fatal() public static method

public static Fatal ( this log, string format ) : void
log this
format string
return void

Information() public static method

public static Information ( this log, string format ) : void
log this
format string
return void

Verbose() public static method

public static Verbose ( this log, string format ) : void
log this
format string
return void

Warning() public static method

public static Warning ( this log, string format ) : void
log this
format string
return void