Ralph Goers skrev: > Can you describe how this is intended to work? Does this inject logging > at runtime or build time? > > Naturally.
It will inject logging statements at runtime (specifically class load time) in all classes (which I am reconsidering) except some which are blacklisted. These log statements are placed at the entering and exiting of each method and logs the parameters and the return value. It is not intended to grow to a full aspect environment - just a poor mans "give me something I can see!". You use it by setting up a java agent. When I have something which can be used by others I will write usage documentation :) /Thorbjørn _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev