Namespace EPiServer.Logging

Classes

LoggerExtensions

Provides standard methods for logging messages at different levels.

LoggerFactoryAttribute

Attribute that defines a type of ILoggerFactory that should be used by the LogManager to create logger instances in the system.

LogManager

Class responsible for creating new ILogger instances.

TraceLoggerFactory

An implementation of ILoggerFactory which forward log messages to system diagnostics trace.

TraceSourceLoggerFactory

An implementation of ILoggerFactory which forward log messages to system diagnostics trace source.

Interfaces

ILogger

Describes an object that can be used to write log messages through.

ILoggerFactory

Represents a factory that can be used to create new ILogger instances.

Enums

Level

Represent the severity level that a log message should be created at.