diff options
Diffstat (limited to 'documentation/advanced/advanced-logging.asciidoc')
-rw-r--r-- | documentation/advanced/advanced-logging.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/advanced/advanced-logging.asciidoc b/documentation/advanced/advanced-logging.asciidoc index ca0918220d..1dec2e61ac 100644 --- a/documentation/advanced/advanced-logging.asciidoc +++ b/documentation/advanced/advanced-logging.asciidoc @@ -58,9 +58,9 @@ SLF4J site. In order to get the [package]#java.util.logging# to SLF4J bridge installed, you need to add the following snippet of code to your [classname]#UI# class at the -very top://TODO: Sure it's UI class and not the -servlet? +very top: +//TODO: Sure it's UI class and not the servlet? [source, java] ---- |