Package org.openptk.logging

Provides centralized Logging service to be used by all OpenPTK objects to log messages of different logging levels.

See:
          Description

Interface Summary
LoggingIF  
 

Class Summary
AtomicLogger  
Logger Singleton class which will hold objects that are available globally to the OpenPTK Framework.
OpenPTKLogFormatter  
SimpleLogger  
SysoutLogger Logger implementation that logs all messages to standard system output.
 

Enum Summary
LoggingLevel  
 

Package org.openptk.logging Description

Provides centralized Logging service to be used by all OpenPTK objects to log messages of different logging levels. The initial implementation will log to the levels of:

In general, the Java Logger utilities makes use of 7 different levels of logging and these may be used in future releases if requested.

The OpenPTK Logger also includes the ability to manage several logging instances at one time. When an OpenPTK LoggingIF is created, a name can be used to refer to that instance at a later time.

Since:
2.0


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved