org.apache.sling.commons.log.internal.slf4j
Class SlingConfigurationPrinter

java.lang.Object
  extended by org.apache.sling.commons.log.internal.slf4j.SlingConfigurationPrinter

public class SlingConfigurationPrinter
extends Object

The SlingConfigurationPrinter is an Apache Felix Web Console plugin to display the currently configured log files.


Constructor Summary
SlingConfigurationPrinter()
           
 
Method Summary
 URL[] getAttachments(String mode)
           
 void printConfiguration(PrintWriter printWriter)
           
static void registerPrinter(org.osgi.framework.BundleContext ctx)
           
static void unregisterPrinter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingConfigurationPrinter

public SlingConfigurationPrinter()
Method Detail

registerPrinter

public static void registerPrinter(org.osgi.framework.BundleContext ctx)

unregisterPrinter

public static void unregisterPrinter()

printConfiguration

public void printConfiguration(PrintWriter printWriter)
See Also:
ConfigurationPrinter.printConfiguration(java.io.PrintWriter)

getAttachments

public URL[] getAttachments(String mode)
See Also:
AttachmentProvider.getAttachments(java.lang.String)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.