docs/logging: fixed method/property typo

fixes #1
This commit is contained in:
alterNERDtive 2022-07-23 18:44:03 +02:00
parent 91665c92d1
commit 6277efd759
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -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