C# 클래스 csCommon.Utils.CaliburnLogging

The caliburn logging.
상속: ILog
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
CaliburnLogging ( Type type ) : System

Initializes a new instance of the CaliburnLogging class.

Error ( Exception exception ) : void

The error.

Info ( string format ) : void

The info.

Warn ( string format ) : void

The warn.

비공개 메소드들

메소드 설명
CreateLogMessage ( string format ) : string

The create log message.

메소드 상세

CaliburnLogging() 공개 메소드

Initializes a new instance of the CaliburnLogging class.
public CaliburnLogging ( Type type ) : System
type System.Type /// The type. ///
리턴 System

Error() 공개 메소드

The error.
public Error ( Exception exception ) : void
exception System.Exception /// The exception. ///
리턴 void

Info() 공개 메소드

The info.
public Info ( string format ) : void
format string /// The format. ///
리턴 void

Warn() 공개 메소드

The warn.
public Warn ( string format ) : void
format string /// The format. ///
리턴 void