Uses of Interface
org.apache.log.LogTarget
Packages that use LogTarget
Package
Description
Avalon LogKit is the logging framework used throughout
the Avalon project.
This package contains some useful output destination LogTargets.
Database output destination LogTargets.
Stream anf file based output destination LogTargets.
Log file rotation policies.
JMS based output destination LogTargets.
Datagram, Socket and SMTP output destination LogTargets.
-
Uses of LogTarget in org.apache.log
Fields in org.apache.log declared as LogTargetMethods in org.apache.log that return LogTargetModifier and TypeMethodDescriptionprivate LogTarget[]Logger.safeGetLogTargets()Retrieve logtarget array contained in logger.Methods in org.apache.log with parameters of type LogTargetModifier and TypeMethodDescriptionprivate final voidvoidHierarchy.setDefaultLogTarget(LogTarget target) Set the default log target for hierarchy.voidHierarchy.setDefaultLogTargets(LogTarget[] targets) Set the default log targets for this hierarchy.voidLogger.setLogTargets(LogTarget[] logTargets) Set the log targets for this logger.Constructors in org.apache.log with parameters of type LogTargetModifierConstructorDescription(package private)Logger(ErrorHandler errorHandler, LoggerListener loggerListener, String category, LogTarget[] logTargets, Logger parent) Protected constructor for use inside the logging toolkit. -
Uses of LogTarget in org.apache.log.output
Classes in org.apache.log.output that implement LogTargetModifier and TypeClassDescriptionclassAbstract output target.classAbstract target.classAbstract base class for targets that wrap other targets.classAn asynchronous LogTarget that sends entries on in another thread.classOutput LogEvents into an buffer in memory.classA output target that does nothing.classThis is a priority filtering target that forwards only requests to other (wrapped) targets that have the same or a higher priority.classGeneric logging interface.Fields in org.apache.log.output declared as LogTargetModifier and TypeFieldDescriptionprivate LogTargetMemoryTarget.m_targetprivate LogTarget[]PriorityFilteringTarget.m_targetsLog targets in filter chainprivate final LogTargetAbstractWrappingTarget.m_wrappedLogTargetMethods in org.apache.log.output that return LogTargetModifier and TypeMethodDescriptionprotected final LogTargetAbstractWrappingTarget.getLogTarget()Return the target for subclassesMethods in org.apache.log.output with parameters of type LogTargetModifier and TypeMethodDescriptionvoidAdd a new target to output chain.Constructors in org.apache.log.output with parameters of type LogTargetModifierConstructorDescriptionAbstractWrappingTarget(LogTarget logTarget) Creation of a new wrapping log target.AbstractWrappingTarget(LogTarget logTarget, boolean closeWrappedTarget) Creation of a new wrapping log target.AsyncLogTarget(LogTarget logTarget) Creation of a new async log target.AsyncLogTarget(LogTarget logTarget, boolean closeTarget) Creation of a new async log target.AsyncLogTarget(LogTarget logTarget, int queueSize) Creation of a new async log target.AsyncLogTarget(LogTarget logTarget, int queueSize, boolean closeTarget) Creation of a new async log target.MemoryTarget(LogTarget target, int size, Priority threshold) Creation of a new instance of the memory target. -
Uses of LogTarget in org.apache.log.output.db
Classes in org.apache.log.output.db that implement LogTargetModifier and TypeClassDescriptionclassAbstract JDBC target.classThe basic DB target for configurable output formats.classJDBC target that writes to normalized tables. -
Uses of LogTarget in org.apache.log.output.io
Classes in org.apache.log.output.io that implement LogTargetModifier and TypeClassDescriptionclassA basic target that writes to a File.classA target that will open and close a file for each logevent.classA basic target that writes to an OutputStream.classThis target outputs to a writer. -
Uses of LogTarget in org.apache.log.output.io.rotate
Classes in org.apache.log.output.io.rotate that implement LogTargetModifier and TypeClassDescriptionclassThis is a basic Output log target that writes to rotating files. -
Uses of LogTarget in org.apache.log.output.jms
Classes in org.apache.log.output.jms that implement LogTargetModifier and TypeClassDescriptionclassA target that writes to a JMS Topic.classA target that writes to a JMS Queue.classA target that writes to a JMS Topic. -
Uses of LogTarget in org.apache.log.output.net
Classes in org.apache.log.output.net that implement LogTargetModifier and TypeClassDescriptionclassA datagram output target.classLogkit output target that logs data via SMTP.classSocketOutputTarget Useful for writing the output to a TCP/IP client socket.