diff --git a/src/csui/LoggerUi.vue b/src/csui/LoggerUi.vue index debd257..ecc9693 100644 --- a/src/csui/LoggerUi.vue +++ b/src/csui/LoggerUi.vue @@ -33,6 +33,9 @@
Here's express usage tutorial on how to use the logger.
+Quick rundown of all the options you can put into logger configuration can be found here.
+If you want logging results to appear here, in this window, you need to put appropriate configuration in the fileOptions section of the settings. You can edit the settings by clicking 'paste config' button.
+To start logging to console, it's enough to click that tiny 'save' button down there, under logger options (logger-settings.allowLogging
must be set to true. Then — depending on where you want logging to happen — you also need to enable either logger-settings.fileOptions.enabled
or logger-settings.consoleOptions.enabled
)
You can quickly toggle values for various components by clicking on "true" or "false".
+Click the small 'save' down at the bottom of this window to immediately apply the logger configuration changes.
+Yes, I know this is not a pinnacle of user-friendliness, nor a pinnacle of web design. It was put together very quickly, mostly for my convenience. I have plans to move extension UI from the popup into the player, tho, and these plans will make this window obsolete. Because of that, I plan to do absolutely nothing about the state of this window. Wait for the extension redesign pls.