Class PowertoolsLoggerFactoryExtensions
Extensions for ILoggerFactory
Inherited Members
Namespace: AWS.Lambda.Powertools.Logging
Assembly: AWS.Lambda.Powertools.Logging.dll
Syntax
public static class PowertoolsLoggerFactoryExtensions
Methods
CreatePowertoolsLogger(ILoggerFactory)
Creates a new Powertools Logger instance using the Powertools full name.
Declaration
public static ILogger CreatePowertoolsLogger(this ILoggerFactory factory)
Parameters
Type | Name | Description |
---|---|---|
ILoggerFactory | factory | The factory. |
Returns
Type | Description |
---|---|
ILogger | The ILogger that was created. |