com.bea.jvm
Interface LoggingSystem


public interface LoggingSystem

The logging system.


Method Summary
 java.util.List getLevels()
          Ordered list of the levels available (as strings), from least verbose to most verbose.
 java.util.Collection getModules()
           
 

Method Detail

getModules

java.util.Collection getModules()
Returns:
a collection of the available logging modules see LoggingModule.

getLevels

java.util.List getLevels()
Ordered list of the levels available (as strings), from least verbose to most verbose.

Returns:
the levels available.


Copyright © 2006 BEA Systems Inc.