I am using log4javascript
and want to be able to apply a Level
to a group.
I currently have a PopupAppender
that has a threshold of WARN
. However, it is triggered whenever I create a group.
I am looking for a group
function that takes a Level
parameter like the time
function does.
Is this implemented?