Prepends a string identifier indicating the log level to the given log message, & writes or logs the given message
using the logger set in the AWS SDK.
Parameters
line: any
The message to be logged.
level: string
The log level.
Returns void
isLoggerSet
isLoggerSet(): boolean
Returns boolean
A boolean indicating whether a logger has been set within the AWS SDK.
Prepends a string identifier indicating the log level to the given log message, & writes or logs the given message using the logger set in the AWS SDK.