mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 44 forks source link

JSNLogAppender interface and custom appenders #72

Open narcis-pv opened 5 years ago

narcis-pv commented 5 years ago

Hi,

Can you please update JSNLogAppender interface to also export method: log. Currently this is missing:

image

Also it would be great if you would export Appender class in the TS definition files.

Thanks