fedora.server
Class StdoutLogging
java.lang.Object
fedora.server.StdoutLogging
- All Implemented Interfaces:
- Logging
- Direct Known Subclasses:
- DirectoryBasedRepositoryReader, DOValidatorImpl, FieldSearchResultSQLImpl, FieldSearchSQLImpl, SimpleDOReader, ThreadMonitorImpl
- public abstract class StdoutLogging
- extends java.lang.Object
- implements Logging
Title: StdoutLogging.java
Description: A basic logging implementation that goes to stdout.
Useful for testing modules standalone.
-----------------------------------------------------------------------------
License and Copyright: The contents of this file are subject to the
Mozilla Public License Version 1.1 (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.mozilla.org/MPL/.
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.
The entire file consists of original code. Copyright © 2002-2005 by The
Rector and Visitors of the University of Virginia and Cornell University.
All rights reserved.
-----------------------------------------------------------------------------
- Version:
- $Id: StdoutLogging.java,v 1.9 2005/01/11 20:06:05 cwilper Exp $
- Author:
- cwilper@cs.cornell.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEVERE
public static final int SEVERE
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
INFO
public static final int INFO
- See Also:
- Constant Field Values
CONFIG
public static final int CONFIG
- See Also:
- Constant Field Values
FINE
public static final int FINE
- See Also:
- Constant Field Values
FINER
public static final int FINER
- See Also:
- Constant Field Values
FINEST
public static final int FINEST
- See Also:
- Constant Field Values
StdoutLogging
public StdoutLogging(Logging target)
setLogLevel
public void setLogLevel(int level)
logSevere
public void logSevere(java.lang.String message)
- Specified by:
logSevere in interface Logging
logWarning
public void logWarning(java.lang.String message)
- Specified by:
logWarning in interface Logging
logInfo
public void logInfo(java.lang.String message)
- Specified by:
logInfo in interface Logging
logConfig
public void logConfig(java.lang.String message)
- Specified by:
logConfig in interface Logging
logFine
public void logFine(java.lang.String message)
- Specified by:
logFine in interface Logging
logFiner
public void logFiner(java.lang.String message)
- Specified by:
logFiner in interface Logging
logFinest
public void logFinest(java.lang.String message)
- Specified by:
logFinest in interface Logging
loggingSevere
public boolean loggingSevere()
- Specified by:
loggingSevere in interface Logging
loggingWarning
public boolean loggingWarning()
- Specified by:
loggingWarning in interface Logging
loggingInfo
public boolean loggingInfo()
- Specified by:
loggingInfo in interface Logging
loggingConfig
public boolean loggingConfig()
- Specified by:
loggingConfig in interface Logging
loggingFine
public boolean loggingFine()
- Specified by:
loggingFine in interface Logging
loggingFiner
public boolean loggingFiner()
- Specified by:
loggingFiner in interface Logging
loggingFinest
public boolean loggingFinest()
- Specified by:
loggingFinest in interface Logging