Package org.apache.log.util
Interface Closeable
-
- All Known Implementing Classes:
AbstractJDBCTarget,AbstractJMSTarget,AbstractOutputTarget,AbstractTarget,AbstractWrappingTarget,AsyncLogTarget,DatagramOutputTarget,DefaultJDBCTarget,FileTarget,JMSQueueTarget,JMSTopicTarget,MemoryTarget,NormalizedJDBCTarget,NullOutputLogTarget,PriorityFilteringTarget,RotatingFileTarget,SafeFileTarget,ServletOutputLogTarget,SMTPOutputLogTarget,SocketOutputTarget,StreamTarget,WriterTarget
public interface CloseableInterface implemented by LogTargets that are capable of being closed.- Author:
- Peter Donald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the LogTarget.
-