[]
Prints the message 'msg' to the output device, appending a newline, with severity 'sev'. The severity of the message is prepended to the message.
public virtual void printmsg(int sev, string msg)
Type | Name | Description |
---|---|---|
int | sev | The message severity (LOG, INFO, etc.) |
string | msg | The message to display |