Name:
interface
Value:
Extend your Amplify Gen 2 app with AWS Blocks — self-contained backend capabilities you compose into your existing backend.

Enable and disable logging

In this section, you will learn how to enable and disable logging when using the Amplify Logger. It is enabled by default, unless it is disabled in the amplifyconfiguration_logging file.

Enable the Amplify Logger.

Amplify.Logging.enable()

Disable the Amplify Logger.

Amplify.Logging.disable()