|
Dreamine.Logging 1.0.2
Dreamine.Logging 프로젝트의 API와 구성 요소를 제공합니다.
|
Public 멤버 함수 | |
| DreamineLogEntry (DateTimeOffset timestamp, DreamineLogLevel level, string category, string message, Exception? exception, int threadId) | |
속성 | |
| DateTimeOffset | Timestamp [get] |
| DreamineLogLevel | Level [get] |
| string | Category [get] |
| string | Message [get] |
| Exception? | Exception [get] |
| int | ThreadId [get] |
| string | TimestampText [get] |
| string | DisplayText [get] |
하나의 Dreamine 로그 항목을 나타냅니다.
DreamineLogEntry.cs 파일의 13 번째 라인에서 정의되었습니다.
|
inline |
T:Dreamine.Logging.Models.DreamineLogEntry 클래스의 새 인스턴스를 초기화합니다.
| timestamp | 생성 시각입니다. |
| level | 심각도 수준입니다. |
| category | 로그 범주이며 비어 있으면 Dreamine이 사용됩니다. |
| message | 로그 메시지이며 null이면 빈 문자열이 사용됩니다. |
| exception | 연결된 예외입니다. |
| threadId | 관리 스레드 ID입니다. |
DreamineLogEntry.cs 파일의 164 번째 라인에서 정의되었습니다.
다음을 참조함 : Category, Exception, Level, Message, ThreadId, Timestamp.
|
get |
로그 범주를 가져옵니다.
DreamineLogEntry.cs 파일의 43 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineLogEntry(), Dreamine.Logging.Formatters.DreamineTextLogFormatter.Format().
|
get |
간단한 UI 보기에서 사용할 표시 텍스트를 가져옵니다.
DreamineLogEntry.cs 파일의 93 번째 라인에서 정의되었습니다.
|
get |
로그 항목과 연결된 예외를 가져옵니다.
DreamineLogEntry.cs 파일의 63 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineLogEntry(), Dreamine.Logging.Formatters.DreamineTextLogFormatter.Format().
|
get |
로그 항목의 심각도 수준을 가져옵니다.
DreamineLogEntry.cs 파일의 33 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineLogEntry(), Dreamine.Logging.Formatters.DreamineTextLogFormatter.Format(), Dreamine.Logging.Services.DreamineLogger.Write(), Dreamine.Logging.Sinks.TextFileLogSink.Write().
|
get |
로그 메시지를 가져옵니다.
DreamineLogEntry.cs 파일의 53 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineLogEntry(), Dreamine.Logging.Formatters.DreamineTextLogFormatter.Format().
|
get |
로그 항목이 생성된 관리 스레드 ID를 가져옵니다.
DreamineLogEntry.cs 파일의 73 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineLogEntry(), Dreamine.Logging.Formatters.DreamineTextLogFormatter.Format().
|
get |
로그 항목이 생성된 시각을 가져옵니다.
DreamineLogEntry.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineLogEntry(), Dreamine.Logging.Formatters.DreamineTextLogFormatter.Format(), Dreamine.Logging.Sinks.TextFileLogSink.Write().
|
get |
서식이 적용된 타임스탬프 텍스트를 가져옵니다.
DreamineLogEntry.cs 파일의 83 번째 라인에서 정의되었습니다.