C# 클래스 Ushahidi.Common.Logging.Log

파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
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

메소드 상세

Critical() 공개 정적인 메소드

public static Critical ( string format ) : void
format string
리턴 void

Critical() 공개 정적인 메소드

public static Critical ( string sender, string format ) : void
sender string
format string
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( string format ) : void
format string
리턴 void

Exception() 공개 정적인 메소드

public static Exception ( string sender, string format ) : void
sender string
format string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string sender, string format ) : void
sender string
format string
리턴 void