Dreamine.Logging 1.0.2
Dreamine.Logging 프로젝트의 API와 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
IDreamineLogger.cs
이 파일의 문서화 페이지로 가기
2
4
13public interface IDreamineLogger
14{
31 void Trace(string message);
32
49 void Debug(string message);
50
67 void Info(string message);
68
85 void Warning(string message);
86
103 void Error(string message);
104
129 void Error(Exception exception, string message);
130
147 void Fatal(string message);
148
173 void Fatal(Exception exception, string message);
174
192}
void Write(DreamineLogEntry entry)
void Error(Exception exception, string message)
void Fatal(Exception exception, string message)