com.intel.gpe.client2.defaults
Class LoggingLevels

java.lang.Object
  extended by com.intel.gpe.client2.defaults.LoggingLevels

public class LoggingLevels
extends java.lang.Object

This class represents the different logging levels

Version:
$Id: LoggingLevels.java,v 1.1 2006/04/14 12:21:22 lukichev Exp $
Author:
Kirsten Foerster

Constructor Summary
LoggingLevels()
           
 
Method Summary
 void add(java.util.logging.Level level)
          add a Level object
 java.util.logging.Level get(java.lang.String object)
           
 java.util.Vector getLevels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingLevels

public LoggingLevels()
Method Detail

add

public void add(java.util.logging.Level level)
add a Level object

Parameters:
level - - a new created Level object

get

public java.util.logging.Level get(java.lang.String object)

getLevels

public java.util.Vector getLevels()


Copyright © 2008. All Rights Reserved.