|
Dreamine.Logging.Wpf 1.0.2
Dreamine.Logging.Wpf 사용자 인터페이스 기능과 구성 요소를 제공합니다.
|
정적 Public 멤버 함수 | |
| static void | Register (Action< DreamineLoggingOptions >? configure=null) |
| static void | Reset () |
정적 Private 멤버 함수 | |
| static void | RegisterShutdownHandler (IAsyncDisposable shutdownHandle) |
정적 Private 속성 | |
| static readonly object | SyncRoot = new() |
| static bool | _isExitHandlerRegistered |
Dreamine WPF 로깅 서비스 등록 도우미를 제공합니다.
DreamineLoggingWpfRegistration.cs 파일의 19 번째 라인에서 정의되었습니다.
|
inlinestatic |
Dreamine 핵심 로깅 및 WPF UI 로깅 서비스를 등록합니다.
| configure | 선택적 로깅 구성 작업입니다. |
DreamineLoggingWpfRegistration.cs 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : RegisterShutdownHandler().

|
inlinestaticprivate |
WPF 애플리케이션 종료 시 로그 파이프라인을 해제하는 처리기를 한 번 등록합니다.
| shutdownHandle | 종료할 로깅 핸들입니다. |
DreamineLoggingWpfRegistration.cs 파일의 108 번째 라인에서 정의되었습니다.
다음을 참조함 : _isExitHandlerRegistered, SyncRoot.
다음에 의해서 참조됨 : Register().

|
inlinestatic |
테스트를 위해 정적 등록 상태를 초기화합니다.
DreamineLoggingWpfRegistration.cs 파일의 84 번째 라인에서 정의되었습니다.
다음을 참조함 : _isExitHandlerRegistered, SyncRoot.
|
staticprivate |
is Exit Handler Registered 값을 보관합니다.
DreamineLoggingWpfRegistration.cs 파일의 38 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RegisterShutdownHandler(), Reset().
|
staticprivate |
Sync Root 값을 보관합니다.
DreamineLoggingWpfRegistration.cs 파일의 29 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RegisterShutdownHandler(), Reset().