# helix-universal-logger **Repository Path**: mirrors_adobe/helix-universal-logger ## Basic Information - **Project Name**: helix-universal-logger - **Description**: A logger to be used in universal serverless actions - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Helix Universal Logger > Logging Library for the Universal Runtime. ## Status [![codecov](https://img.shields.io/codecov/c/github/adobe/helix-universal-logger.svg)](https://codecov.io/gh/adobe/helix-universal-logger) [![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-universal-logger.svg)](https://circleci.com/gh/adobe/helix-universal-logger) [![GitHub license](https://img.shields.io/github/license/adobe/helix-universal-logger.svg)](https://github.com/adobe/helix-universal-logger/blob/master/LICENSE.txt) [![GitHub issues](https://img.shields.io/github/issues/adobe/helix-universal-logger.svg)](https://github.com/adobe/helix-universal-logger/issues) [![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/adobe/helix-universal-logger.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/adobe/helix-universal-logger) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ## Installation ```bash $ npm install @adobe/helix-universal-logger ``` ## Usage See the [API documentation](docs/API.md). ## Development ### Build ```bash $ npm install ``` ### Test ```bash $ npm test ``` ### Lint ```bash $ npm run lint ```