ch.qos.logback.core.rolling
Class FileOpener

java.lang.Object
  extended by ch.qos.logback.core.rolling.FileOpener

public class FileOpener
extends Object

Keep the file "output/test.log open for 10 seconds so that we can test RollingFileAppender's ability to roll file open by another process.

Author:
Ceki Gülcü

Constructor Summary
FileOpener()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOpener

public FileOpener()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


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