C# Class SunSync.Models.Log

ファイルを表示 Open project: qiniu/QSunSync

Public Methods

Method Description
Close ( ) : void
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Init ( ) : void
Warn ( string message ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

Debug() public static method

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

Error() public static method

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

Fatal() public static method

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

Info() public static method

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

Init() public static method

public static Init ( ) : void
return void

Warn() public static method

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