SetLogCommandParamParserExceptions
Toggles the log command param parser exceptions.
C# Syntax
void NAPI.Server.SetLogCommandParamParserExceptions(bool toggle);
Parameters
- toggle: parameter input should be in bool type
Example
NAPI.Server.SetLogCommandParamParserExceptions(false);