@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) @Copyright(value="Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.")

Package com.iparelan.util.logging

Iparelan Logging Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC.

See:
          Description

Interface Summary
FactoryInterface Specifies the creational methods for a logging factory.
Logger A general logger interface
 

Class Summary
LoggingFactory A factory for creating logging component objects.
LoggingFactory.FactoryHolder  
 

Package com.iparelan.util.logging Description

Iparelan Logging Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. All rights reserved.

Virtual Team Tools is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Virtual Team Tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Virtual Team Tools. If not, see <http://www.gnu.org/licenses/>.

These utilities are intended to provide a logging interface and service taylored for the needs of the virtual team tools project. The interface can be implemented by any logging toolkit that satisfies the needs of the project.

Currently, a Java Logging API implementation is provided. The Java Logging API was selected as the basis for the first logging implementation primarily to reduce external dependencies. Future implementations may use log4j or Jakarta commons logging.

Version:
July 2008
Author:
Greg Mattes


Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.