ch.qos.logback.core.util
Class ContextUtil

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.util.ContextUtil
All Implemented Interfaces:
ContextAware

public class ContextUtil
extends ContextAwareBase


Field Summary
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
ContextUtil(Context context)
           
 
Method Summary
 void addHostNameAsProperty()
          Add the local host's name as a property
 void addProperties(Properties props)
           
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUtil

public ContextUtil(Context context)
Method Detail

addHostNameAsProperty

public void addHostNameAsProperty()
Add the local host's name as a property


addProperties

public void addProperties(Properties props)


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