Function ouster::sdk::sensor::init_logger
Defined in File client.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “ouster::sdk::sensor::init_logger” with arguments “(const std::string&, const std::string&, bool, int, int)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 22] OUSTER_DIAGNOSTIC_POP bool init_logger (const std::string &log_level, const std::string &log_file_path=””, bool rotating=false, int max_size_in_bytes=0, int max_files=0) ———————-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected identifier in nested name, got keyword: bool [error at 26] OUSTER_DIAGNOSTIC_POP bool init_logger (const std::string &log_level, const std::string &log_file_path=””, bool rotating=false, int max_size_in_bytes=0, int max_files=0) ————————–^ If declarator-id: Invalid C++ declaration: Expected identifier in nested name, got keyword: bool [error at 26] OUSTER_DIAGNOSTIC_POP bool init_logger (const std::string &log_level, const std::string &log_file_path=””, bool rotating=false, int max_size_in_bytes=0, int max_files=0) ————————–^