Groovy Documentation

org.linkedin.groovy.util.log
[Groovy] Class JulToSLF4jBridge

java.lang.Object
  org.linkedin.groovy.util.log.JulToSLF4jBridge

class JulToSLF4jBridge

Authors:
ypujante@linkedin.com


Method Summary
static void installBridge()

The problem with SLF4JBridgeHandler.install() method is that it does not remove the other handlers and as a result logs still make it the 'old' way.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

installBridge

static void installBridge()
The problem with SLF4JBridgeHandler.install() method is that it does not remove the other handlers and as a result logs still make it the 'old' way.


 

Groovy Documentation