Interface ILoggerFactory
Represents a factory that can be used to create new ILogger instances.
Namespace: EPiServer.Logging
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface ILoggerFactory
Remarks
If implemented, register through Log
Methods
Create(String)
Creates a ILogger with the provided name.
Declaration
ILogger Create(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the logger to create. |