devserver ba7593fe63 初始化静态工具 há 2 anos atrás
..
lib ba7593fe63 初始化静态工具 há 2 anos atrás
LICENSE ba7593fe63 初始化静态工具 há 2 anos atrás
README.md ba7593fe63 初始化静态工具 há 2 anos atrás
package.json ba7593fe63 初始化静态工具 há 2 anos atrás

README.md

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