J
Jeff
I'm using log4j, but OptimizeIt (Borland's code profiler) complains that
log4j is creating too many strings. This problem occurs when I turn logging
to it's lowest levels (i.e. generate the minimum set of messages).
Clearly, I can delete log4j messages from the source code to reduce that
load, but I would rather leave the logging in place and find another
optimization.
Most of my logging is for debugging so I want to turn those messages off in
normal Production, but have the ability to use them for problems.
Does anyone know if Java's built in logging is lower overhead than log4j?
Any other suggestions?
Thanks
Jeff
log4j is creating too many strings. This problem occurs when I turn logging
to it's lowest levels (i.e. generate the minimum set of messages).
Clearly, I can delete log4j messages from the source code to reduce that
load, but I would rather leave the logging in place and find another
optimization.
Most of my logging is for debugging so I want to turn those messages off in
normal Production, but have the ability to use them for problems.
Does anyone know if Java's built in logging is lower overhead than log4j?
Any other suggestions?
Thanks
Jeff