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.
A list of logger's log level. These levels are sorted in
order of increasing severity. Each log level includes itself and all
the levels behind itself.
Example
new Logger({logLevel: 'warn'}) will print all the warn and error
message.
A list of logger's log level. These levels are sorted in order of increasing severity. Each log level includes itself and all the levels behind itself.
Example
new Logger({logLevel: 'warn'})
will print all the warn and error message.