API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.logging. LoggingMXBean View Source
Author(s)
Ron Mann
Mandy Chung
Since
1.5
Version
1.9, 11/17/05
Serial
Hierarchy
 LoggingMXBean
Subinterfaces
Description
public interface LoggingMXBean
  The management interface for the logging facility.
See also:    ManagementFactory
Methods
Hide/Show inherited methods
public String getLoggerLevel (String loggerName)
  Gets the name of the log level associated with the specified logger.
public List<String> getLoggerNames ()
  Returns the list of currently registered loggers.
public String getParentLoggerName (String loggerName)
  Returns the name of the parent for the specified logger.
public void setLoggerLevel (String loggerName, String levelName)
  Sets the specified logger to the specified new level.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar