hexo-log

WebJar for hexo-log

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

hexo-log
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

hexo-log
WebJar for hexo-log
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/hexojs/hexo-log

Download hexo-log

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : hexo-bunyan jar [2.0.0,3)
org.webjars.npm : chalk jar [2.4.1,3)

Project Modules

There are no modules declared in this project.

hexo-log

Build Status NPM version Coverage Status

Logger for Hexo.

Installation

$ npm install hexo-log --save

Usage

const log = require('hexo-log')({
  debug: false,
  silent: false
})

log.info('Hello world');
Option Description Default
debug Display debug message. false
silent Don't display any message in console. false

License

MIT

org.webjars.npm

Hexo

A fast, simple & powerful blog framework, powered by Node.js.

Versions

Version
1.0.0