nmccready / angular-simple-logger

Basic logger with level logging which can also be independent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow params for logging functions

nunof07 opened this issue · comments

Logging methods should allow passing additional params.

Example:

var logger = nemSimpleLogger.spawn();
logger.error('Something happened', 'Error message');

Np this is easy.

Thanks, that would be great.

on 0.1.6

Thanks!

there appears to be a problem with 0.1.6, trying to figure it out now

0.1.7 is good to go