0.0.5 • Published 10 years ago

loli v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

loli

Log tool designed for cluster, using Redis

Usage

Install as a package, for logging

loli = require 'loli'

log = loli.create {
  channel:loli.default_channel
  level:loli.DEBUG
  port:6379
  host:'127.0.0.1'
  option:null
}

CLI usage, for monitor

lolicon --help

Notice

  • loli itself is log module, loli.create create a log instance with a RedisStream.

  • the port,host,option part of constructor params will be passed direct to redis.createClient

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago