palio.listeners
Class ListenerLogConfiguration

java.lang.Object
  extended by palio.listeners.ListenerLogConfiguration

public class ListenerLogConfiguration
extends java.lang.Object

Configuration of logging for listeners. Objects of this class are immutable.

Author:
Szymon Kuklewicz

Constructor Summary
ListenerLogConfiguration(java.lang.String nameForLog, java.lang.String fileLog, java.lang.String fileErrorLog)
           
 
Method Summary
 palio.PalioException createException(java.lang.Throwable ex)
           
 java.lang.String getFileErrorLog()
           
 java.lang.String getFileLog()
           
 java.lang.String getNameForLog()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerLogConfiguration

public ListenerLogConfiguration(java.lang.String nameForLog,
                                java.lang.String fileLog,
                                java.lang.String fileErrorLog)
Method Detail

getNameForLog

public java.lang.String getNameForLog()

getFileLog

public java.lang.String getFileLog()

getFileErrorLog

public java.lang.String getFileErrorLog()

createException

public palio.PalioException createException(java.lang.Throwable ex)