C# 클래스 Catel.Logging.LogExtensions

파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
DebugAndStatus ( this log ) : void

Writes an empty line as debug and status message.

DebugAndStatus ( this log, string messageFormat ) : void

Writes the specified message as debug and status message.

ErrorAndStatus ( this log ) : void

Writes an empty line as error and status message.

ErrorAndStatus ( this log, string messageFormat ) : void

Writes the specified message as error and status message.

InfoAndStatus ( this log ) : void

Writes an empty line as info and status message.

InfoAndStatus ( this log, string messageFormat ) : void

Writes the specified message as info and status message.

Status ( this log ) : void

Writes an empty line as status message.

Status ( this log, string messageFormat ) : void

Writes the specified message as status message.

WarningAndStatus ( this log ) : void

Writes an empty line as warning and status message.

WarningAndStatus ( this log, string messageFormat ) : void

Writes the specified message as warning and status message.

메소드 상세

DebugAndStatus() 공개 정적인 메소드

Writes an empty line as debug and status message.
public static DebugAndStatus ( this log ) : void
log this The log.
리턴 void

DebugAndStatus() 공개 정적인 메소드

Writes the specified message as debug and status message.
public static DebugAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
리턴 void

ErrorAndStatus() 공개 정적인 메소드

Writes an empty line as error and status message.
public static ErrorAndStatus ( this log ) : void
log this The log.
리턴 void

ErrorAndStatus() 공개 정적인 메소드

Writes the specified message as error and status message.
public static ErrorAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
리턴 void

InfoAndStatus() 공개 정적인 메소드

Writes an empty line as info and status message.
public static InfoAndStatus ( this log ) : void
log this The log.
리턴 void

InfoAndStatus() 공개 정적인 메소드

Writes the specified message as info and status message.
public static InfoAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
리턴 void

Status() 공개 정적인 메소드

Writes an empty line as status message.
public static Status ( this log ) : void
log this The log.
리턴 void

Status() 공개 정적인 메소드

Writes the specified message as status message.
public static Status ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
리턴 void

WarningAndStatus() 공개 정적인 메소드

Writes an empty line as warning and status message.
public static WarningAndStatus ( this log ) : void
log this The log.
리턴 void

WarningAndStatus() 공개 정적인 메소드

Writes the specified message as warning and status message.
public static WarningAndStatus ( this log, string messageFormat ) : void
log this The log.
messageFormat string The message format.
리턴 void