RbUtils 0.13

Uses of Class
org.ktc.rbutils.rb.LoggerType

Packages that use LoggerType
org.ktc.rbutils.rb   
 

Uses of LoggerType in org.ktc.rbutils.rb
 

Fields in org.ktc.rbutils.rb declared as LoggerType
static LoggerType LoggerType.PLAIN
          Enum value for a plain logger.
static LoggerType LoggerType.QUIET
          Enum value for a quiet logger.
static LoggerType LoggerType.XML
          Enum value for an xml logger.
 

Methods in org.ktc.rbutils.rb that return LoggerType
static LoggerType LoggerType.getEnum(String loggerType)
          Returns an instance of LoggerType according to a String representation.
 LoggerType LoggerCreator.getLoggerType()
          Returns the type of this logger.
 

Methods in org.ktc.rbutils.rb with parameters of type LoggerType
 void LoggerCreator.setLoggerType(LoggerType loggertype)
          Set the type of the logger.
 


Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.