org.apache.log.util
Interface Closeable

All Known Implementing Classes:
AbstractTarget

public interface Closeable

Interface implemented by LogTargets that are capable of being closed.

Author:
Peter Donald

Method Summary
 void close()
          Close the LogTarget.
 

Method Detail

close

public void close()
Close the LogTarget.



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.