Holger's
Java API

Uses of Package
com.antelmann.util.logging

Packages that use com.antelmann.util.logging
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.game.quiz This package contains an implementation for quiz games. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.mgmt This package contains generally useful classes for business management. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.sql This package contains classes to ease JDBC development. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Classes in com.antelmann.util.logging used by com.antelmann
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.calendar
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.game
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.game.quiz
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.io
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.mgmt
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
LogWriter
          The LogWriter interface defines objects that can be used as a handler for the Logger class.
 

Classes in com.antelmann.util.logging used by com.antelmann.net
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.net.mail
LogException
          LogException is thrown when a problem is encountered while writing to a LogWriter
LogExceptionHandler
          A LogExceptionHandler is used to control the behavior of a Logger in regards to occuring LogException events.
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
LogWriter
          The LogWriter interface defines objects that can be used as a handler for the Logger class.
 

Classes in com.antelmann.util.logging used by com.antelmann.sql
LogWriter
          The LogWriter interface defines objects that can be used as a handler for the Logger class.
 

Classes in com.antelmann.util.logging used by com.antelmann.timeregister
JTextComponentLog
          JTextComponentLog writes abbreviated log messages into a given JTextComponent synchronously.
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.util
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.util.gui
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
 

Classes in com.antelmann.util.logging used by com.antelmann.util.logging
AbstractLogWriter
          provides filtering capabilities for a LogWriter.
Level
          Level classifies the logging of LogEntry objects.
LogEntry
          LogEntry represents a single record of a log logged by a Logger object and handled by a LogWriter object.
LogEntryFormatter
          allows for several LogWriters to share the same formatting
LogException
          LogException is thrown when a problem is encountered while writing to a LogWriter
LogExceptionHandler
          A LogExceptionHandler is used to control the behavior of a Logger in regards to occuring LogException events.
Logger
          Logger somewhat leans on the functionality of the java.util.logging functionality of J2SE 1.4, but it's not quite the same (and was implemented before J2SE 1.4).
LogWriter
          The LogWriter interface defines objects that can be used as a handler for the Logger class.
XMLLogWriter
          writes LogEntry objects formatted as XML to either a PrintStream or PrintWriter.
 



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