- Typo fix
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-18 14:30:39 +02:00
parent 11bfb373a7
commit cb329785e0
1 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ public class App
* except for file a configuration file.
*
* We therefore disable them outright, attach our own
* handler which we cna maniuplate its level of
* handler which we can manipulate its level of
*/
log.setUseParentHandlers(false);
@ -88,7 +88,7 @@ public class App
log.addHandler(handler);
// log.setLevel(Level.OFF);
// You SHOULD see the below
@ -115,7 +115,7 @@ public class App
log.fine("Howdy doodie!"); // You will see this
log.info("This is an info message"); // You will see this
log.finer("And this you SIMPLY will NOT see"); // You will NOT see this
/**
* We can attach the {@ink Filter}
* at the {@link Logger} level, meaning