Details
-
Documentation
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.10.0
-
None
Description
The manual page for custom configurations has a typo in the example code:
LoggerContext ctx = Configurator.intitialize(builder.build());
Should be
LoggerContext ctx = Configurator.initialize(builder.build());
Attachments
Issue Links
- links to