|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log4j.AppenderSkeleton er.extensions.ERXMailAppender er.corebusinesslogic.ERCMailMessageAppender
Basic log4j Mail Message Appender
Used for logging log events to a database that will eventually be emailed
out. Logs events using ERCMailDelivery
.
for more info.
Field Summary | |
protected static ERXEditingContextDelegate |
_delegate
caches the no-op editing context delegate |
protected EOEditingContext |
editingContext
holds the editing context |
Fields inherited from class er.extensions.ERXMailAppender |
bccAddresses, ccAddresses, computedFromAddress, conditionsChecked, domainName, exceptionPageName, formatAsError, fromAddress, hostName, qualifier, realQualifier, replyTo, title, titleIncludesApplicationName, titleIncludesPriorityLevel, toAddresses |
Fields inherited from class org.apache.log4j.AppenderSkeleton |
closed, errorHandler, headFilter, layout, name, tailFilter, threshold |
Constructor Summary | |
ERCMailMessageAppender()
Public constructor. |
Method Summary | |
NSMutableDictionary |
composeExceptionPageDictionary(LoggingEvent event)
Overridden to add the Actor into the dictionary. |
EOEditingContext |
editingContext()
Gets the editing context to use for creating mail messages in. |
String |
getExceptionPageName()
Overridden because we want to use our own page |
protected boolean |
hasCooperatingObjectStores()
We want the ability to warn if we are going to be creating the first cooperating object store. |
void |
subAppend(LoggingEvent event)
Where the actual logging event is processed and a mail message is generated. |
Methods inherited from class org.apache.log4j.AppenderSkeleton |
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static ERXEditingContextDelegate _delegate
protected EOEditingContext editingContext
Constructor Detail |
public ERCMailMessageAppender()
Method Detail |
protected boolean hasCooperatingObjectStores()
public EOEditingContext editingContext()
public String getExceptionPageName()
getExceptionPageName
in class ERXMailAppender
public NSMutableDictionary composeExceptionPageDictionary(LoggingEvent event)
composeExceptionPageDictionary
in class ERXMailAppender
event
- logging eventpublic void subAppend(LoggingEvent event)
subAppend
in class ERXMailAppender
event
- logging event
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |