static public WriteCloseGroup ( CKBinaryWriter w, Guid monitorId, LogEntryType previousEntryType, DateTimeStamp previousLogTime, int depth, LogLevel level, DateTimeStamp closeTime, IReadOnlyList |
||
w | CKBinaryWriter | Binary writer to use. |
monitorId | Guid | Identifier of the monitor. |
previousEntryType | LogEntryType | Log type of the previous entry in the monitor.. |
previousLogTime | DateTimeStamp | Time stamp of the previous entry in the monitor. |
depth | int | Depth of the group (number of opened groups above). |
level | LogLevel | Log level of the log entry. |
closeTime | DateTimeStamp | Time stamp of the group closing. |
conclusions | IReadOnlyList |
Group conclusions. |
Результат | void |