Namespace EPiServer.Logging
Classes
LoggerExtensions
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Provides standard methods for logging messages at different levels.
LoggerFactoryAttribute
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Attribute that defines a type of ILoggerFactory that should be used by the LogManager to create logger instances in the system.
LogManager
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Class responsible for creating new ILogger instances.
Interfaces
ILogger
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Describes an object that can be used to write log messages through.
ILoggerFactory
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Represents a factory that can be used to create new ILogger instances.
Enums
Level
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Represent the severity level that a log message should be created at.