Hi All,
I am trying to build log4cxx 0.10.0 on solaris10 platform.
I am getting this error when I execute "make" command, though it
generates the binaries and library:
make: Fatal error: Don't know how to make target `all-local'
Current working directory
/apps/scratch/chakrava/log4cxx-
It's designed that way. Since you are using a properties file I assume
you are using the RollingFileAppender as opposed to the
rolling.RollingFileAppender. The latter is a better replacement that
is more generic, but it can't be configured from a properties file.
This more generic one uses a Rolli
Hi,
I have encountered a weird problem when using log4cxx's RollingFileAppender. In
the log4j.properties file, if I assign MaxBackupIndex a value < 13, it will
work properly, for example, if I set MaxBackupIndex = 5, it will correctly
backup 5 log files. However, if I set it to a value > 13, t