KyleRoss/node-lambda-log

View on GitHub
lib/LambdaLog.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Invalid JSDoc @param "meta" type "object".
Open

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Invalid JSDoc @param "levels" type "object".
Open

   * @param {object.<string, string|Function>} [levels={}]  Allows adding and customizing log levels. DEPRECATED
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Invalid JSDoc @param "meta" type "object".
Open

   * @param  {object} [meta={}]  Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Invalid JSDoc @param "meta" type "object".
Open

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Invalid JSDoc @param "meta" type "object".
Open

     * @param {object}        [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

The type 'object' is undefined.
Open

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Present JSDoc @returns declaration but not available return expression in function.
Open

    /**
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

The type 'object' is undefined.
Open

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

The type 'object' is undefined.
Open

     * @param {object}        [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

The type 'object' is undefined.
Open

   * @param  {object} [meta={}]  Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

The type 'object' is undefined.
Open

   * @param {object.<string, string|Function>} [levels={}]  Allows adding and customizing log levels. DEPRECATED
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

The type 'this' is undefined.
Open

   * @returns {this}          Instance of LambdaLog.
Severity: Minor
Found in lib/LambdaLog.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status