SetLogCommandParamParserExceptions
Внешний вид
Toggles the log command param parser exceptions.
void NAPI.Server.SetLogCommandParamParserExceptions(bool toggle);
Parameters
- toggle: parameter input should be in bool type
Example
<syntaxhighlight lang="csharp"> NAPI.Server.SetLogCommandParamParserExceptions(false); </syntaxhighlight>