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

Public 멤버 함수 | |
| void | Write (DreamineLogEntry entry) |
로그 출력 대상을 정의합니다.
IDreamineLogSink.cs 파일의 13 번째 라인에서 정의되었습니다.
| void Dreamine.Logging.Interfaces.IDreamineLogSink.Write | ( | DreamineLogEntry | entry | ) |
로그 항목을 출력 대상에 기록합니다.
| entry | 기록할 로그 항목입니다. |
Dreamine.Logging.Services.InMemoryLogStore, Dreamine.Logging.Sinks.AsyncQueueSink, Dreamine.Logging.Sinks.CompositeLogSink, Dreamine.Logging.Sinks.TextFileLogSink에서 구현되었습니다.