@null-studios/universal-logger
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

Logger

Common logger used to do basic logging.

Usage

application.tsx

import { createLogger } from 'universal-logger';

const logger = createLogger(__filename);

logger.info('hello world!');
// [application] hello world!

Readme

Keywords

none

Package Sidebar

Install

npm i @null-studios/universal-logger

Weekly Downloads

0

Version

5.0.0

License

none

Unpacked Size

5.44 kB

Total Files

11

Last publish

Collaborators

  • nate-wilkins