ch.qos.logback.classic
Class HLoggerContext

java.lang.Object
  extended by ch.qos.logback.classic.HLoggerContext

public class HLoggerContext
extends Object

Author:
ceki

Constructor Summary
HLoggerContext()
           
 
Method Summary
 HLogger getLogger(String name)
           
 HLogger getRootLogger()
          Return this contexts root logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HLoggerContext

public HLoggerContext()
Method Detail

getRootLogger

public HLogger getRootLogger()
Return this contexts root logger

Returns:

getLogger

public HLogger getLogger(String name)


Copyright © 2005-2009 QOS.ch. All Rights Reserved.