public final class LogConfig extends Object
JUL logging bridge is required to enable logging using sl4fj for projects which use java.util.logging, for example Jersey.
To enable JUL logging bridge, setupLogging() method must be called statically.
| Modifier and Type | Method and Description |
|---|---|
static void |
setupLogging()
Install SLF4J JUL logging bridge and reset previous JUL log handlers
|
Copyright © 2019 The Holon Platform. All rights reserved.