Uses of Interface
com.enterprisedt.util.debug.Appender
Packages that use Appender
-
Uses of Appender in com.enterprisedt.util.debug
Classes in com.enterprisedt.util.debug that implement AppenderModifier and TypeClassDescriptionclassAppends log statements to a fileclassAppends log statements to an in-memory buffer.classRolling file appender that moves the log file to a backup file once it exceeds a certain size.classAppends log statements to standard outputclassAppends log statements to a given stream.Methods in com.enterprisedt.util.debug with parameters of type AppenderModifier and TypeMethodDescriptionstatic voidLogger.addAppender(Appender newAppender) Add an appender to our liststatic voidLogger.removeAppender(Appender appender) Remove an appender to from list