Search Results for

    Show / Hide Table of Contents

    Class PowertoolsLoggerFactoryExtensions

    Extensions for ILoggerFactory

    Inheritance
    object
    PowertoolsLoggerFactoryExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Powertools for AWS Lambda (.NET) API Documentation