Interface ILogWriter
XData log writer interface
Namespace: XData.Interfaces
Assembly: XData.docfx.dll
Syntax
public interface ILogWriter
Methods
| Improve this Doc View SourceWrite(MessageType, String)
Write message to log
Declaration
void Write(MessageType msgType, string msgText)
Parameters
Type | Name | Description |
---|---|---|
MessageType | msgType | Message type |
String | msgText | Message text |