implmented proper logging

This commit is contained in:
alterNERDtive 2020-07-31 19:01:50 +02:00
parent a991f71091
commit 2879854070
9 changed files with 44 additions and 0 deletions

View file

@ -48,6 +48,8 @@ README. Yay!
* Is now set up to overwrite an old version on import. See “Updating”
instructions in the README.
* All logging to the VoiceAttack event log is now properly encapsuled. See the
docs for instructions on how to enable logging.
### Fixed
@ -74,6 +76,8 @@ README. Yay!
* Passing RATSIGNALs via pipe file is now considered deprecated and will be
replaced by passing it as a parameter on command invocation in a future
version. Later down the line pipe file support will be removed.
* All logging to the VoiceAttack event log is now properly encapsuled. See the
docs for instructions on how to enable logging.
### Fixed
@ -98,6 +102,8 @@ SealAttack up to date
* Is now set up to overwrite an old version on import. See “Updating”
instructions in the README.
* All logging to the VoiceAttack event log is now properly encapsuled. See the
docs for instructions on how to enable logging.
### Fixed
@ -109,6 +115,8 @@ SealAttack up to date
* Is now set up to overwrite an old version on import. See “Updating”
instructions in the README.
* All logging to the VoiceAttack event log is now properly encapsuled. See the
docs for instructions on how to enable logging.
### Fixed

View file

@ -416,6 +416,15 @@ manipulating some UI element(s).
prompt you to restart VoiceAttack when the download has finished to import the
updated profiles.
### Logging ###
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
default, logging is concise and constrained to basically error messages.
If you need more logging (usually for debugging purposes), say `enable logging`.
If you want to enable verbose logging _by default_, call the
`Logging.enableLogging` command from your custom profiles `startup` command.
### Configuration Variables ###
There are a bunch of configuration variables. You should not overwrite those

View file

@ -216,6 +216,15 @@ change the “target” window of the `RatAttack.sendToFuelrats` and
`RatAttack.sendToRatchat` commands to reflect the actual window titles on your
system. I will look into making this more elegant to change in the future.
## Logging ##
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
default, logging is concise and constrained to basically error messages.
If you need more logging (usually for debugging purposes), say `enable logging`.
If you want to enable verbose logging _by default_, call the
`Logging.enableLogging` command from your custom profiles `startup` command.
## Exposed Variables ##
The following Variables are _global_ and thus readable (and writeable! Please

View file

@ -172,6 +172,15 @@ The profile contains a lot of helper functions that get called by the
aforementioned commands. Have a look around, maybe learn something about
VoiceAttack :)
## Logging ##
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
default, logging is concise and constrained to basically error messages.
If you need more logging (usually for debugging purposes), say `enable logging`.
If you want to enable verbose logging _by default_, call the
`Logging.enableLogging` command from your custom profiles `startup` command.
## Exposed Variables ##
The following Variables are _global_ and thus readable (and writeable! Please

View file

@ -79,6 +79,15 @@ When including the profile, be sure to
* `Elite\ship\model`: your current ships model.
* `Elite\ship\name`: your current ships name.
## Logging ##
The profile supports logging a bunch of stuff to the VoiceAttack event log. By
default, logging is concise and constrained to basically error messages.
If you need more logging (usually for debugging purposes), say `enable logging`.
If you want to enable verbose logging _by default_, call the
`Logging.enableLogging` command from your custom profiles `startup` command.
## Exposed Variables ##
The following Variables are _global_ and thus readable (and writeable! Please

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.