Class Console
- java.lang.Object
-
- org.nuxeo.automation.scripting.helper.Console
-
- All Implemented Interfaces:
ContextHelper
public class Console extends Object implements ContextHelper
This helper writes in the log as browsers object console.log(), console.error(), console.warn() in Automation Scripting. Usage is with an uppercase "C". If logs info or trace are deactivated, Dev mode has to be set to display Automation scripting logs.- Since:
- 7.10
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
infoEnabled
protected static boolean
traceEnabled
-
Constructor Summary
Constructors Constructor Description Console()
-