Holger's
Java API

Uses of Class
com.antelmann.util.logging.AbstractLogWriter

Packages that use AbstractLogWriter
com.antelmann.servlet This package contains classes to help with the implementation of servlets. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Uses of AbstractLogWriter in com.antelmann.servlet
 

Methods in com.antelmann.servlet that return AbstractLogWriter
static AbstractLogWriter<String> ServletUtils.getServletLogWriter(javax.servlet.ServletContext sc)
           
 

Uses of AbstractLogWriter in com.antelmann.util.logging
 

Subclasses of AbstractLogWriter in com.antelmann.util.logging
 class AbstractExceptionWriter
          an abstract class to handle exceptions that occur in a LogEntry.
 class AppendableLogWriter
          writes to a given Appendable (PrintStream, StringBuffer, etc) using a String
 class BinaryFileLog
          A LogWriter that logs the entries synchronously serialized to a file.
 class ConsoleLog
          ConsoleLog prints abbreviated log messages to the console using System.out.println().
 class EmailWriter
          uses email to send each LogEntry object over the Internet.
 class ExceptionDialogWriter
          shows a dialog upon each Throwable encountered.
 class FileLog
          writes entries to a file without continuously holding a lock on the file.
 class JDBCLogWriter
          JDBCLogWriter provides a LogWriter that writes to a java.sql.Connection.
 class JTextAreaLog
          a more efficient visible log as it uses JTextArea methods to append the text
 class JTextComponentLog
          JTextComponentLog writes abbreviated log messages into a given JTextComponent synchronously.
 class LogFile
          LogFile provides great convenience for logging information from a program into a file.
 class LogNetPropagator
          can be registered to listen logging events and then propagates them as serialized byte arrays over its NetConnectionServer.
 class SocketWriter
          simply used to write serialized LogEntry objects via network
 class StackTraceFileWriter
          writes full stack trace of entries that log an exception to a given file.
 class XMLLogWriter
          writes LogEntry objects formatted as XML to either a PrintStream or PrintWriter.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads