Using TopCoder
STATUS KEY :
Specification
Design and Architecture
Development and Testing
Complete
-
Overview
Provides a standard logging API with a pluggable back-end logging implementation.
-
Functionality
The Logging Wrapper component provides a standard logging API with a pluggable back-end logging implementation. Utilization of the Logging Wrapper insures that components are not tied to a specific logging solution. More importantly, a change to the back-end logging solution does not require a code change to existing, tested components. Support exists for log4j and java1.4 Logger as back-end logging implementations. -
Technologies
JavaAvailability
Version 2.0
Adobe Acrobat is required to view TopCoder Software specification documentation.
-
Class Diagram
Basic Log Implementation
Main
Basic JDK14 Implementation
Log4j Implementation
-
Component Specification
Component Specification
-
Javadocs
Javadocs
-
Requirements Specification
Requirements Specification
-
Sequence Diagram
Log Message Using JDK14 Logging
Log Specify Object Formatting
Log Specify A Log Factory
Log Message Using A Message Format
Log Message Using Basic Logging
Log Message Specifying An Exception
Get Log Instance Throwing Exceptions
Log Message Using An Object Format
Get Log Instance Suppressing Exceptions
Log Message Using Log4j Logging
-
Use Case Diagram
Main
