C# Class Medusa.Log.Logger

显示文件 Open project: fjz13/Medusa

Public Methods

Method Description
All ( string format ) : void
AllLine ( string format ) : void
Error ( string format ) : void
ErrorLine ( string format ) : void
Info ( string format ) : void
InfoLine ( string format ) : void

Method Details

All() public static method

public static All ( string format ) : void
format string
return void

AllLine() public static method

public static AllLine ( string format ) : void
format string
return void

Error() public static method

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

ErrorLine() public static method

public static ErrorLine ( string format ) : void
format string
return void

Info() public static method

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

InfoLine() public static method

public static InfoLine ( string format ) : void
format string
return void