parent
91665c92d1
commit
6277efd759
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Its parameter is not case sensitive.
|
|||
|
||||
```csharp
|
||||
Plugin.Log.LogLevel = LogLevel.WARN;
|
||||
Plugin.Log.SetLogLevel = "info";
|
||||
Plugin.Log.SetLogLevel("info");
|
||||
```
|
||||
|
||||
You can also set the log level from a VoiceAttack command directly by simply
|
||||
|
|
Loading…
Reference in a new issue