Logger Events

gre.%logger_prefix%.set.options

An event that can be used to change the logging options that the engine is using. Note that gre.%logger_prefix% defaults to "logger".

Data: 1s0 options The new option string for the logging plugin

gre.%logger_prefix%.set.verbosity

An event that will set the verbosity level that the engine should use for reporting.

Data: 4s1 verbosity The new verbosity level that should be used.

gre.%perf_prefix%.start

Turn on performance logging. Note that %perf_prefix% defaults to "perf", but can be set through the logger plugin options.

Data:

1s0 options

The options to start the performance logging with. This can be omitted. Only the performance logging options will be recognized.

gre.%perf_prefix%.stop

Turn off performance logging. Note that %perf_prefix% defaults to "perf", but can be set through the logger plugin options.

Data:

No data payload

gre.%perf_prefix%.set.options

Set the options to use for performance logging. Note that %perf_prefix% defaults to "perf", but can be set through the logger plugin options.

Data:

1s0 options

The options to use with performance logging. Only the performance logging options will be recognized.

Was this article helpful?
0 out of 0 found this helpful