triple-beam

WebJar for triple-beam

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

triple-beam
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

triple-beam
WebJar for triple-beam
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/winstonjs/triple-beam

Скачать triple-beam

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/triple-beam/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>triple-beam</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/triple-beam/
implementation 'org.webjars.npm:triple-beam:1.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/triple-beam/
implementation ("org.webjars.npm:triple-beam:1.3.0")
'org.webjars.npm:triple-beam:jar:1.3.0'
<dependency org="org.webjars.npm" name="triple-beam" rev="1.3.0">
  <artifact name="triple-beam" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='triple-beam', version='1.3.0')
)
libraryDependencies += "org.webjars.npm" % "triple-beam" % "1.3.0"
[org.webjars.npm/triple-beam "1.3.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

triple-beam

Definitions of levels for logging purposes & shareable Symbol constants.

Usage

const { LEVEL } = require('triple-beam');
const colors = require('colors/safe');

const info = {
  [LEVEL]: 'error',
  level: 'error',
  message: 'hey a logging message!'
};

// Colorize your log level!
info.level = colors.green(info.level);

// And still have an unmutated copy of your level!
console.log(info.level === 'error');  // false
console.log(info[LEVEL] === 'error'); // true

Tests

Tests are written with mocha, assume, and nyc. They can be run with npm:

npm test
LICENSE: MIT
AUTHOR: Charlie Robbins
org.webjars.npm

winstonjs

A logger for just about everything

Версии библиотеки

Версия
1.3.0
1.1.0