apache - Log4j - log file -


does knows how apache log4j handling streams ?

if open , close log file each line or if let open stream , flushing ?

it doesn't open , close log file each line (this cause overhead). output can buffered (check documentation). create custom appender opens file appending every line though, trying accomplish?


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

visual c++ - Using relative values in array sorting ( asm ) -