
Public Member Functions | |
| NSMutableDictionary | composeExceptionPageDictionary (LoggingEvent event) |
| EOEditingContext | editingContext () |
| ERCMailMessageAppender () | |
| String | getExceptionPageName () |
| void | subAppend (LoggingEvent event) |
Protected Member Functions | |
| boolean | hasCooperatingObjectStores () |
Protected Attributes | |
| EOEditingContext | editingContext |
Static Protected Attributes | |
| static final ERXEditingContextDelegate | _delegate = new ERXEditingContextDelegate() |
Public constructor.
| NSMutableDictionary composeExceptionPageDictionary | ( | LoggingEvent | event | ) |
Overridden to add the Actor into the dictionary.
| event | logging event |
Reimplemented from ERXMailAppender.
| EOEditingContext editingContext | ( | ) |
Gets the editing context to use for creating mail messages in.
| String getExceptionPageName | ( | ) |
Overridden because we want to use our own page
Reimplemented from ERXMailAppender.
| boolean hasCooperatingObjectStores | ( | ) | [protected] |
We want the ability to warn if we are going to be creating the first cooperating object store. Not a bad thing just a condition that might cause a strange EOF issue if it occurs.
| void subAppend | ( | LoggingEvent | event | ) |
Where the actual logging event is processed and a mail message is generated.
| event | logging event |
Reimplemented from ERXMailAppender.
final ERXEditingContextDelegate _delegate = new ERXEditingContextDelegate() [static, protected] |
caches the no-op editing context delegate
EOEditingContext editingContext [protected] |
holds the editing context
1.5.8