Name | redirect_logging |
Object | system |
Input | ElementTag(Boolean) |
Description | Tells the server to redirect logging to a world event or not.
Note that this redirects *all console output* not just Denizen output. Note: don't enable /denizen debug -e while this is active. Requires config file setting "Debug.Allow console redirection"! |
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L1005 |