|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Title: Logging.java
Description: A class that has methods for logging.
The methods starting with logging can be used to quickly check whether a certain type of logging is enabled. This helps in situations where the process of building the log message (before calling logXXX) takes enough time that it should not run unless necessary.
-----------------------------------------------------------------------------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.
-----------------------------------------------------------------------------
| Method Summary | |
void |
logConfig(java.lang.String message)
|
void |
logFine(java.lang.String message)
|
void |
logFiner(java.lang.String message)
|
void |
logFinest(java.lang.String message)
|
boolean |
loggingConfig()
|
boolean |
loggingFine()
|
boolean |
loggingFiner()
|
boolean |
loggingFinest()
|
boolean |
loggingInfo()
|
boolean |
loggingSevere()
|
boolean |
loggingWarning()
|
void |
logInfo(java.lang.String message)
|
void |
logSevere(java.lang.String message)
|
void |
logWarning(java.lang.String message)
|
| Method Detail |
public void logSevere(java.lang.String message)
public void logWarning(java.lang.String message)
public void logInfo(java.lang.String message)
public void logConfig(java.lang.String message)
public void logFine(java.lang.String message)
public void logFiner(java.lang.String message)
public void logFinest(java.lang.String message)
public boolean loggingSevere()
public boolean loggingWarning()
public boolean loggingInfo()
public boolean loggingConfig()
public boolean loggingFine()
public boolean loggingFiner()
public boolean loggingFinest()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||