org.apache.log.util

Interface Closeable

public interface Closeable

Interface implemented by LogTargets that are capable of being closed.

Author: Peter Donald

Method Summary
voidclose()
Close the LogTarget.

Method Detail

close

public void close()
Close the LogTarget.