dpup / node-logg

Logging library that allows for hierarchical loggers, multiple log levels, and flexible watching of log records.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom event levels

thanpolas opened this issue · comments

I'm looking at level.js and trying to think of a way to allow for custom event levels...

Do you have anything in mind or should i take a stub at it? I'm thinking a registering method...

Not sure you need a method unless you want a nice alias. That'd be fine
though.

-- Dan

On Sat, Apr 13, 2013 at 4:59 PM, Thanasis Polychronakis <
notifications@github.com> wrote:

I'm looking at level.js and trying to think of a way to allow for custom
event levels...

Do you have anything in mind or should i take a stub at it? I'm thinking a
registering method...


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

yea it's the alias that hold me back from simply exposing the eventType object...

Level is already exposed, nothing to do here