In C++ API the get_logging_target and the add_logging_target methods are not coherent.
the add_logging_target method takes 2 input parameters (e.g. file and /tmp/log_data) and get_logging_target method returns one string (e.g. file::/tmp/log_data)
Logged In: YES user_id=527228
Done. Modified API logging function (now support the target_type::target_name syntax).
Log in to post a comment.
Logged In: YES
user_id=527228
Done. Modified API logging function (now support the
target_type::target_name syntax).