|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Diagnostic | Provides configurable diagnostic logging of several message types to several output channels. |
Diagnostic.Test | A standalone test class to exercise the Diagnostic class. |
InputOptions | Manages a collection of data inputs and configuration properties. |
InputOptions.Test | A standalone test class to exercise the InputOptions class. |
ParamMap | Manages a collection of parameters and their associated tool tips. |
Version | Manages version numbers for all loaded classes. |
This package provides facilities for extensible, configurable, on-the-fly diagnostics, settings, and data logging for standalone programs, CGI interaction, and client-level or server-level programs.
The Diagnostic
class provides detailed instructions
for instrumenting your code to use diagnostics.
The Settings
class describes how to establish
and use system-wide properties (akin to System.getProperty
).
The Log
class explains how to create logs.
This package supports the Multi-Lingual Library initiative, an endeavor which provides the same code libraries for different environments. My current languages of interest are Java, Perl, and JavaScript, so the same code could run on a client or a server; on Windows or Unix; in an applet, a CGI script, or a standalone program. See: Multi-Lingual Library for further details.
This package supports the Maintainability initiative, an endeavor which proscribes that designing test cases, flexible diagnostic controls, and testable code is an integral part of code design. See: Maintainability for further details.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
CleanCode Java Libraries | Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 |