Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Represents a logger object that is available in HandlerExecutionContext throughout the middleware stack.

Hierarchy

  • Logger

Properties

Properties

debug: ((...content: any[]) => void)

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

error: ((...content: any[]) => void)

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

info: ((...content: any[]) => void)

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

trace?: ((...content: any[]) => void)

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

warn: ((...content: any[]) => void)

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void