Dreamine.Logging 1.0.2
Dreamine.Logging 프로젝트의 API와 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Logging.Interfaces.IDreamineLogger 인터페이스 참조

더 자세히 ...

Dreamine.Logging.Interfaces.IDreamineLogger에 대한 상속 다이어그램 :

Public 멤버 함수

void Trace (string message)
void Debug (string message)
void Info (string message)
void Warning (string message)
void Error (string message)
void Error (Exception exception, string message)
void Fatal (string message)
void Fatal (Exception exception, string message)
void Write (DreamineLogEntry entry)

상세한 설명

Dreamine 구성 요소에서 사용하는 기본 로깅 API를 정의합니다.

IDreamineLogger.cs 파일의 13 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ Debug()

void Dreamine.Logging.Interfaces.IDreamineLogger.Debug ( string message)

디버그 수준 로그 메시지를 기록합니다.

매개변수
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Error() [1/2]

void Dreamine.Logging.Interfaces.IDreamineLogger.Error ( Exception exception,
string message )

예외와 함께 오류 수준 로그 메시지를 기록합니다.

매개변수
exception기록할 예외입니다.
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Error() [2/2]

void Dreamine.Logging.Interfaces.IDreamineLogger.Error ( string message)

오류 수준 로그 메시지를 기록합니다.

매개변수
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Fatal() [1/2]

void Dreamine.Logging.Interfaces.IDreamineLogger.Fatal ( Exception exception,
string message )

예외와 함께 치명적 오류 수준 로그 메시지를 기록합니다.

매개변수
exception기록할 예외입니다.
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Fatal() [2/2]

void Dreamine.Logging.Interfaces.IDreamineLogger.Fatal ( string message)

치명적 오류 수준 로그 메시지를 기록합니다.

매개변수
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Info()

void Dreamine.Logging.Interfaces.IDreamineLogger.Info ( string message)

정보 수준 로그 메시지를 기록합니다.

매개변수
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Trace()

void Dreamine.Logging.Interfaces.IDreamineLogger.Trace ( string message)

추적 수준 로그 메시지를 기록합니다.

매개변수
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Warning()

void Dreamine.Logging.Interfaces.IDreamineLogger.Warning ( string message)

경고 수준 로그 메시지를 기록합니다.

매개변수
message로그 메시지입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.

◆ Write()

void Dreamine.Logging.Interfaces.IDreamineLogger.Write ( DreamineLogEntry entry)

구성된 로그 항목을 직접 기록합니다.

매개변수
entry기록할 로그 항목입니다.

Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.


이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: