|
Dreamine.Logging 1.0.2
Dreamine.Logging 프로젝트의 API와 구성 요소를 제공합니다.
|

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 번째 라인에서 정의되었습니다.
| void Dreamine.Logging.Interfaces.IDreamineLogger.Debug | ( | string | message | ) |
| void Dreamine.Logging.Interfaces.IDreamineLogger.Error | ( | Exception | exception, |
| string | message ) |
예외와 함께 오류 수준 로그 메시지를 기록합니다.
| exception | 기록할 예외입니다. |
| message | 로그 메시지입니다. |
Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.
| void Dreamine.Logging.Interfaces.IDreamineLogger.Error | ( | string | message | ) |
| void Dreamine.Logging.Interfaces.IDreamineLogger.Fatal | ( | Exception | exception, |
| string | message ) |
예외와 함께 치명적 오류 수준 로그 메시지를 기록합니다.
| exception | 기록할 예외입니다. |
| message | 로그 메시지입니다. |
Dreamine.Logging.Services.DreamineLogger에서 구현되었습니다.
| void Dreamine.Logging.Interfaces.IDreamineLogger.Fatal | ( | string | message | ) |
| void Dreamine.Logging.Interfaces.IDreamineLogger.Info | ( | string | message | ) |
| void Dreamine.Logging.Interfaces.IDreamineLogger.Trace | ( | string | message | ) |
| void Dreamine.Logging.Interfaces.IDreamineLogger.Warning | ( | string | message | ) |
| void Dreamine.Logging.Interfaces.IDreamineLogger.Write | ( | DreamineLogEntry | entry | ) |