Developer
DevOps
System Administrator
Jahia 8
Jahia 8.1
Jahia 8.2
Jahia 7.3
How to display a string in the JCR or Groovy consoles?
Question
How can I display a string in the JCR (JAHIA_URL/modules/tools/jcrConsole.jsp) or Groovy (JAHIA_URL/modules/tools/groovyConsole.jsp) consoles?
Answer
Here is a code sample:
log.info("test");