IntelRealSense / realsense_sdk_zr300

Toolkit built on top of the Intel® RealSense™ Cross Platform API (librealsense)
Apache License 2.0
55 stars 39 forks source link

What is rslog.properties? #9

Closed ddiakopoulos closed 8 years ago

ddiakopoulos commented 8 years ago

File in question: https://github.com/IntelRealSense/realsense_sdk/blob/master/sdk/src/utilities/logger/RSLogs/rslog.properties

Doesn't appear like a file that should be in this repo. Why does it reference log4j?

Bolshem commented 8 years ago

rslog.properties is an example on "How to configure logging from properties files". RealSense SDK logger wraps Log4Cxx, and log4cxx is an apache opensource project, patterned after log4j. Log4cxx properties file references log4j, it is supposed to be so. More information on how to use and write log4cxx properties files can be found here (see "Configuration")