Class Log
Log helper
Inherited Members
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public static class Log
Methods
| Improve this Doc View SourceWrite(MessageType, Func<String>, Func<AdditionalInfo>[])
Write message to log
Declaration
public static void Write(MessageType msgType, Func<string> getMsgText, params Func<AdditionalInfo>[] getInfo)
Parameters
Type | Name | Description |
---|---|---|
MessageType | msgType | Message type |
Func<String> | getMsgText | Get message text handler |
Func<AdditionalInfo>[] | getInfo | Get additional information handlers |