@gasket/plugin-logger
Advanced tools
Comparing version 7.0.1 to 7.0.4
{ | ||
"name": "@gasket/plugin-logger", | ||
"version": "7.0.1", | ||
"version": "7.0.4", | ||
"description": "Gasket plugin for logging", | ||
@@ -40,4 +40,4 @@ "main": "lib/index.js", | ||
"@gasket/core": "^7.0.1", | ||
"@gasket/plugin-https": "^7.0.1", | ||
"@gasket/plugin-metadata": "^7.0.1", | ||
"@gasket/plugin-https": "^7.0.4", | ||
"@gasket/plugin-metadata": "^7.0.4", | ||
"cross-env": "^7.0.3", | ||
@@ -65,3 +65,3 @@ "eslint": "^8.56.0", | ||
}, | ||
"gitHead": "0426b7f57bc2618606955912c0f3cd55174f5367" | ||
"gitHead": "af49c0e42e7947e000faa771777b815b90aaffa3" | ||
} |
@@ -14,2 +14,12 @@ # @gasket/plugin-logger | ||
## Actions | ||
### getLogger | ||
Get the logger instance using the Actions API. | ||
```js | ||
const logger = gasket.actions.getLogger(); | ||
``` | ||
## Lifecycles | ||
@@ -16,0 +26,0 @@ |
7482
69