org.objectweb.util.monolog.api |
Copyright (C) 2001-2004 France Telecom R&D
This library 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 2 of the License, or (at your option) any later version.
This library 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 this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
The Monolog API.
|
Java Source File Name | Type | Comment |
BasicLevel.java | Class | This class predefines a set of levels. |
Handler.java | Interface | Handler is an output. |
HandlerFactory.java | Interface | It permits to manage Handler instances. |
Level.java | Interface | This class represents a logging level. |
LevelFactory.java | Interface | It manages Level instances. |
Loggable.java | Interface | |
Logger.java | Interface | A Logger implementation receives event messages from an object and exports
them. |
LoggerFactory.java | Interface | The aims of this interface is to provide Logger instances, to allow
instrumentation to be independent of the logging implementation and
to allow the use of the same logging implementation for all the
components of a given application.
This interface provides two methods to fetch Logger. |
MonologFactory.java | Interface | A monolog factory is a factory for loggers, levels and handlers. |
MonologFactoryListener.java | Interface | Defines a listener of event on a MonologFactory. |
TopicalLogger.java | Interface | A TopicalLogger dispatches events to a set of Handlers. |