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.3Syntax
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. |
name | The name of the logger to create. |