Class | Description | |
---|---|---|
AppConfigLogic | Load and save the configuration from a web.config file, or an app.config file. Methods Log.SaveConfigurationToAppConfigOrWebConfig call methods in this class | |
ConcreteLog | A concrete implementation of the logger. This can be used instead of the static Log if desired | |
Configuration | Global default configuration used as the default for all logging targets. Can be overridden | |
ConfigurationLogic | Load and save logging configuration from Log.Config, web.config, or app.config | |
EmailAttachmentStream | Defines the stream and a file name to send in an email | |
EmailParameters | Used for defining to whom and how to send an email | |
Log | Static logger that automatically loads the configuration on startup. See also the ConcreteLogger | |
LogEntry | Contains all the information about a logging message. It is used by all logging targets | |
LogResponse | Response after logging | |
MessageFormatList | A list of constants for message formats | |
TargetResponse | Response logging to a target |