Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial logging implementation * * Moved logging_fini to follow correct call sequence based on rclcpp * Primary change to fix builder's node variable going out of scope * Fix linting issue with use statement * Remove the need to Box rcl_node_t (#5) Signed-off-by: Michael X. Grey <[email protected]> * Fix linting issues * Fix logging lifecycles and clean up tests Signed-off-by: Michael X. Grey <[email protected]> * Linting fixes after logging lifecycle improvements * Introduce Logger and LogParams Signed-off-by: Michael X. Grey <[email protected]> * Cleaner logging tests Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Nathan Wiebe Neufeldt <[email protected]> * Address feedback for logging PR Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Nathan Wiebe Neufeldt <[email protected]> --------- Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Signed-off-by: Michael X. Grey <[email protected]> Co-authored-by: Grey <[email protected]> Co-authored-by: Nathan Wiebe Neufeldt <[email protected]>
- Loading branch information