Is there any info on run-time configuration and usage except for docs genrated from sources ?
I need info on run-time log4cpp config. file format, parameters and usage of Appender, etc. to specify various destination of streams, granularity and so on.
Where to find this info ?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The only place where the config layout of SimpleConfigurator is 'documented' is in the source, and this is likely to stay this way:
SimpleConfigurator is a temporary hack with a config file format that's likely to change. Preferably I like to see a 'proper' implementation of PropertyConfigurator or XMLConfigurator.
Therefore I don't want to encourage use of SimpleConfigurator: use at your own risk.
Regards,
Bastiaan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any info on run-time configuration and usage except for docs genrated from sources ?
I need info on run-time log4cpp config. file format, parameters and usage of Appender, etc. to specify various destination of streams, granularity and so on.
Where to find this info ?
Thanks.
The only place where the config layout of SimpleConfigurator is 'documented' is in the source, and this is likely to stay this way:
SimpleConfigurator is a temporary hack with a config file format that's likely to change. Preferably I like to see a 'proper' implementation of PropertyConfigurator or XMLConfigurator.
Therefore I don't want to encourage use of SimpleConfigurator: use at your own risk.
Regards,
Bastiaan