pt.digitalis.dif.utils.logging
Class LoggingConfiguration

java.lang.Object
  extended by pt.digitalis.dif.utils.logging.LoggingConfiguration

public class LoggingConfiguration
extends Object

Configuration point for the Presentation layer

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
Sep 24, 2009

Constructor Summary
LoggingConfiguration()
           
 
Method Summary
 Boolean getDebugModel()
          Inspector for the 'debugModel' attribute.
 String getErrorLogEmailAddress()
          Inspector for the 'errorLogEmailAddress' attribute.
 String getErrorLogEmailBody()
          Inspector for the 'errorLogEmailBody' attribute.
 String getErrorLogEmailSubject()
          Inspector for the 'errorLogEmailSubject' attribute.
static LoggingConfiguration getInstance()
          Returns the active configuration object instance.
 void setDebugModel(Boolean debugModel)
          Modifier for the 'debugModel' attribute.
 void setErrorLogEmailAddress(String errorLogEmailAddress)
          Modifier for the 'errorLogEmailAddress' attribute.
 void setErrorLogEmailBody(String errorLogEmailBody)
          Modifier for the 'errorLogEmailBody' attribute.
 void setErrorLogEmailSubject(String errorLogEmailSubject)
          Modifier for the 'errorLogEmailSubject' attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingConfiguration

public LoggingConfiguration()
Method Detail

getInstance

public static LoggingConfiguration getInstance()
Returns the active configuration object instance.

Returns:
the configuration instance

getDebugModel

public Boolean getDebugModel()
Inspector for the 'debugModel' attribute.

Returns:
the debugModel value

getErrorLogEmailAddress

public String getErrorLogEmailAddress()
Inspector for the 'errorLogEmailAddress' attribute.

Returns:
the errorLogEmailAddress value

getErrorLogEmailBody

public String getErrorLogEmailBody()
Inspector for the 'errorLogEmailBody' attribute.

Returns:
the errorLogEmailBody value

getErrorLogEmailSubject

public String getErrorLogEmailSubject()
Inspector for the 'errorLogEmailSubject' attribute.

Returns:
the errorLogEmailSubject value

setDebugModel

public void setDebugModel(Boolean debugModel)
Modifier for the 'debugModel' attribute.

Parameters:
debugModel - the new debugModel value to set

setErrorLogEmailAddress

public void setErrorLogEmailAddress(String errorLogEmailAddress)
Modifier for the 'errorLogEmailAddress' attribute.

Parameters:
errorLogEmailAddress - the new errorLogEmailAddress value to set

setErrorLogEmailBody

public void setErrorLogEmailBody(String errorLogEmailBody)
Modifier for the 'errorLogEmailBody' attribute.

Parameters:
errorLogEmailBody - the new errorLogEmailBody value to set

setErrorLogEmailSubject

public void setErrorLogEmailSubject(String errorLogEmailSubject)
Modifier for the 'errorLogEmailSubject' attribute.

Parameters:
errorLogEmailSubject - the new errorLogEmailSubject value to set


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.