ServerChannelLogRequestError Method |
Namespace: OBCOM.NetSwitchLib.Servers
Exception | Condition |
---|---|
ArgumentNullException | An argument is null. |
This method should log the information of the supplied exception. The log record usually includes the message and stack trace of the exception, but the server is free to choose the format and/or contents to be logged.
This method is meant to be overridden by classes that extend ServerChannel. This default implementation logs the message and stack trace of the supplied exception.