[slf4j-dev] Ignore method.
Niclas Hedhman
niclas at hedhman.org
Thu Jun 30 04:18:15 CEST 2005
On Wednesday 29 June 2005 22:25, Ceki Gülcü wrote:
> In a nutshell, we want the stack printing
> behavior to be configurable.
Don't forget the "communication thru code" that is a clear advantage as well.
logger.ignore( e );
vs
logger.debug( e );
is IMHO, immensely different, just by looking at the code.
What happens behind the scenes, out of view are implementation details, and I
could live with a wrapper that adds a "[IGNORE THIS]" text string to the
message for now.
Cheers
Niclas
More information about the slf4j-dev
mailing list