C# Class Ushahidi.Common.Logging.Log

ファイルを表示 Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
Critical ( string format ) : void
Critical ( string sender, string format ) : void
Exception ( string format ) : void
Exception ( string sender, string format ) : void
Info ( string format ) : void
Info ( string sender, string format ) : void

Method Details

Critical() public static method

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

Critical() public static method

public static Critical ( string sender, string format ) : void
sender string
format string
return void

Exception() public static method

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

Exception() public static method

public static Exception ( string sender, string format ) : void
sender string
format string
return void

Info() public static method

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

Info() public static method

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