Hello,

I am trying to learn more on how the logger works internally. If I create a new 
logger (Logger logger = Logger.getLogger("myLogger");) does it create a 
circular buffer that holds x amount of log messages (or maybe a maximum size in 
kb)? If so, what is the size of this buffer and can it be modified?

Thanks.



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

Reply via email to