cern.cmw.adm
Class LoggerInfo

java.lang.Object
  extended by cern.cmw.adm.LoggerInfo

public class LoggerInfo
extends Object

A wrapper class for the admin::ServerAdmin::LoggerInfo structure.


Method Summary
 int getLevel()
          Returns the log level.
 String getLevelAsString()
          Returns the string representation of the log level.
 String getName()
          Returns the name of the logger.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of the logger.


getLevel

public int getLevel()
Returns the log level.

See Also:
LogLevel

getLevelAsString

public String getLevelAsString()
Returns the string representation of the log level.


main

public static void main(String[] args)


Copyright © 2007 CERN. All Rights Reserved.