de.infinityloop.util.log
Class LoggerConfiguration

java.lang.Object
  extended by de.infinityloop.util.log.LoggerConfiguration

public class LoggerConfiguration
extends java.lang.Object

Contains necessary configuration details for a LoggerProxy object.

Since:
5.2.5
Author:
chris

Constructor Summary
protected LoggerConfiguration()
          Default constructor
  LoggerConfiguration(java.lang.String bundleName)
          Constructor with specific ResourceBundle for messages
 
Method Summary
 java.util.ResourceBundle getMessageBundle()
          Returns the associated message bundle with this configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerConfiguration

protected LoggerConfiguration()
Default constructor


LoggerConfiguration

public LoggerConfiguration(java.lang.String bundleName)
Constructor with specific ResourceBundle for messages

Parameters:
bundleName - the bundle
Method Detail

getMessageBundle

public java.util.ResourceBundle getMessageBundle()
Returns the associated message bundle with this configuration

Returns:
the resource bundle or null, if not available or found