-
Notifications
You must be signed in to change notification settings - Fork 13
markdoccore LogMessage
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Logger message structure
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Core
MarkDoc.Core.LogMessage[[LogMessage]]
class MarkDoc.Core.LogMessage interfaceStyle;
end
| Type | Name | Methods |
|---|---|---|
string |
MessageLog message |
get |
DateTime |
TimeLog time |
get |
LogType |
TypeLog type |
get |
Logger message structure
public LogType Type { get }Log type
public string Message { get }Log message
public DateTime Time { get }Log time
Generated with MarkDoc