Closed ddiakopoulos closed 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")
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?