> Reading the javadoc for the smtp appender and its buffer size 
> I have a doubt, what is exactly a logging event?
> Just this?
> 
> Logger.debug("test log");

Yes, that's basically it.  A logging event is a Java object that 
contains that text message ("test log") and a Level (DEBUG, in
this case) and a few other useful things, such as a timestamp.

See here for more details:
http://logging.apache.org/log4j/docs/api/org/apache/log4j/spi/LoggingEve
nt.html


Todd.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to