
net.sf.eBus.logging.package-info Maven / Gradle / Ivy
The newest version!
//
// Copyright 2024 Charles W. Rapp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
/**
* This package extends slf4j package with an asynchronous
* logger. This slf4j logger performs actual logging on an eBus
* run queue thread rather than in-line with the application
* code. See
* {@link net.sf.eBus.logging.AsyncLogger AsyncLogger} for
* a detailed explanation on how to create and use this logger.
*
* The reason this asynchronous logger is in the eBus extensions
* module rather than the in utils module is because
* {@code AsyncLogger} is dependent on core module's
* {@code EObject} interface. Since the core module is dependent
* on the utils module, this would create a circular dependency.
* Therefore the asynchronous logger is placed in the core module
* to both resolve the circular dependency and to make this
* logger available to eBus core module.
*
*/
package net.sf.eBus.logging;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy