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? -

iphone - Requiring the presence of a method in an id -

xslt - Is it possible to select a node that just includes a subset of the child nodes? -