logalot

WebJar for logalot

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

logalot
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

logalot
WebJar for logalot
Project URL

Project URL

http://webjars.org

Download logalot

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : figures jar [1.3.5,2)
org.webjars.npm : squeak jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

logalot Build Status

Tiny log utility

Install

$ npm install --save logalot

Usage

var log = require('logalot');

log.info('this is a message');
log.warn('this is a warning');
log.success('this is a success message');
log.error(new Error('this is a error').stack);

/*
  ℹ this is a message
  ⚠ this is a warning
  ✔ this is a success message
  ✖ Error: this is an error
    at ChildProcess.exithandler (child_process.js:648:15)
    at ChildProcess.emit (events.js:98:17)
 */

License

MIT © imagemin

Versions

Version
2.1.0