|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logger | |
java.util.logging | Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. |
Uses of Logger in java.util.logging |
Fields in java.util.logging declared as Logger | |
static Logger |
Logger.global
The "global" Logger object is provided as a convenience to developers who are making casual use of the Logging package. |
Methods in java.util.logging that return Logger | |
Logger |
LogManager.getLogger(String name)
Method to find a named logger. |
static Logger |
Logger.getLogger(String name)
Find or create a logger for a named subsystem. |
static Logger |
Logger.getLogger(String name,
String resourceBundleName)
Find or create a logger for a named subsystem. |
static Logger |
Logger.getAnonymousLogger()
Create an anonymous Logger. |
static Logger |
Logger.getAnonymousLogger(String resourceBundleName)
Create an anonymous Logger. |
Logger |
Logger.getParent()
Return the parent for this Logger. |
Methods in java.util.logging with parameters of type Logger | |
boolean |
LogManager.addLogger(Logger logger)
Add a named logger. |
void |
Logger.setParent(Logger parent)
Set the parent for this Logger. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.