The following tables list the members exposed by the AlmanacController type.
Name | Description | |
---|---|---|
![]() |
AlertPersistenceStrategies |
Gets or sets the alert persistence strategies. If IsEntryWritingActive and IsAlertWritingActive are both true, this persistence
strategy receives only alert writing requests.
|
![]() |
CatchAllPersistenceStrategy |
Gets or sets the catch all persistence strategy. If IsEntryWritingActive is true, this persistence strategy receives writing requests
for all entry types.
|
![]() |
DebugPersistenceStrategies |
Gets or sets the debug persistence strategies. If IsEntryWritingActive and IsDebugWritingActive are both true, this persistence
strategy receives only debug writing requests.
|
![]() |
EntrySource | Gets the application location, computer and user associated to the entries to write. |
![]() |
ErrorPersistenceStrategies |
Gets or sets the error persistence strategies. If IsEntryWritingActive and IsErrorWritingActive are both true, this persistence
strategy receives only error writing requests.
|
![]() |
FatalErrorPersistenceStrategies |
Gets or sets the fatal error persistence strategies. If IsEntryWritingActive and IsFatalErrorWritingActive are both true, this
persistence strategy receives only fatal error writing requests.
|
![]() |
InformationPersistenceStrategies |
Gets or sets the information persistence strategies. If IsEntryWritingActive and IsInformationWritingActive are both true, this
persistence strategy receives only information writing requests.
|
![]() |
IsAlertWritingActive | Gets or sets a value indicating whether alert writing is active. |
![]() |
IsDebugWritingActive | Gets or sets a value indicating whether debug writing is active. Debug writing is automatically disabled if no debugger is attached or if debug mode is disabled for web applications. |
![]() |
IsEntryWritingActive | Gets or sets a value indicating whether all entry writing in general is active. |
![]() |
IsErrorWritingActive | Gets or sets a value indicating whether error writing is active. |
![]() |
IsFatalErrorWritingActive | Gets or sets a value indicating whether fatal error writing is active. |
![]() |
IsInformationWritingActive | Gets or sets a value indicating whether information writing is active. |
![]() |
IsTraceWritingActive | Gets or sets a value indicating whether trace writing is active. |
![]() |
TracePersistenceStrategies |
Gets or sets the trace persistence strategies. If IsEntryWritingActive and IsTraceWritingActive are both true, this persistence
strategy receives only trace writing requests.
|