Click or drag to resize

ChannelBaseWriteLog Method

Writes the supplied log message with specified level.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
protected virtual void WriteLog(
	string level,
	string message
)

Parameters

level
Type: SystemString
The level of the log message.
message
Type: SystemString
The message to be logged.
See Also