Class TraceSourceLoggerFactory
An implementation of ILoggerFactory which forward log messages to system diagnostics trace source.
Inheritance
System.Object
TraceSourceLoggerFactory
Implements
Namespace: EPiServer.Logging
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class TraceSourceLoggerFactory : Object, ILoggerFactory
Constructors
TraceSourceLoggerFactory()
Declaration
public TraceSourceLoggerFactory()
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. |