wonderful library
please. add hasLogger() OR getLogger(loggerName, dontCreate) OR getExistingLogger(loggerName).
log4javascript.hasLogger = function(loggerName) { return loggerName in loggers; };
thank you, Martin
Fair enough. I'll add one of these in version 2.0.
Log in to post a comment.
Fair enough. I'll add one of these in version 2.0.