Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TraceLoggerFactory

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

Inheritance
System.Object
TraceLoggerFactory
Implements
Namespace: EPiServer.Logging
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public class TraceLoggerFactory : Object, ILoggerFactory

Constructors

TraceLoggerFactory()

Declaration
public TraceLoggerFactory()

Methods

Create(String)

Creates a ILogger with the provided name.

Declaration
public ILogger Create(string name)
Parameters
Type Name Description
System.String name

The name of the logger to create.

Returns
Type Description
ILogger

An ILogger instance with the provided name.

Implements

Extension Methods