The following tables list the members exposed by the Keystone.Almanac type.
Name | Description | |
---|---|---|
![]() |
Alert | Represents warning-like log entries. |
![]() |
AlmanacController | Offers an unified access point to activate methods that route log entries to different writing channels known as persistence strategies. |
![]() |
Debug | Represents debugging-oriented informational log entries. This entries are disabled if the application is not associated with a debugging mechanism. |
![]() |
Error | Represents log entries related to the appearance of possible tolerable execution exceptions. |
![]() |
FatalError | Represents log entries related to the appearance of non-tolerable execution exceptions. |
![]() |
FormattedLogEntryPersistenceContext<TFormattedLogEntry> | Contains basic information to persist an entry. |
![]() |
Information | Represents administrative-oriented informational log entries. |
![]() |
LogEntry | The base class of any log entry. |
![]() |
LogEntrySource | Describes the application location, computer and user associated to a log entry. |
![]() |
PersistenceStrategy | The base class of any receiver of a AlmanacController entry writing requests, and whose purpose is to add entries in its underlying channel or media. |
![]() |
PersistenceStrategyCollection | A positional set of PersistenceStrategy items related to one another by its ability to handle writing requests of certain log entry types. |
![]() |
SingleFormatPersistenceStrategy<TFormattedLogEntry> | Simplifies the handling of entries' add requests in concrete persistent strategies that offer unified formatting and persistence methods for any kind of log entry. |
![]() |
Trace | Represents debugging-oriented informational log entries. This entries remains enabled even if the application is not associated with a debugging mechanism. |
![]() |
TrackingCode | Represents a value that uniquely identifies a given log entry. |