org.apache.karaf.diagnostic.common
Class LogDumpProvider

java.lang.Object
  extended by org.apache.karaf.diagnostic.common.LogDumpProvider
All Implemented Interfaces:
DumpProvider

public class LogDumpProvider
extends java.lang.Object
implements DumpProvider

Dump provider which copies log files from data/log directory to destination.

Author:
ldywicki

Constructor Summary
LogDumpProvider()
           
 
Method Summary
 void createDump(DumpDestination destination)
          Attach log entries from directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDumpProvider

public LogDumpProvider()
Method Detail

createDump

public void createDump(DumpDestination destination)
                throws Exception
Attach log entries from directory.

Specified by:
createDump in interface DumpProvider
Throws:
Exception


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.