Skip to content

An rcl_logging implementation using the rcutils logger (doesn't write to the file system).

License

Notifications You must be signed in to change notification settings

sloretz/rcl_logging_rcutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcl_logging_rcutils

This repo is an rcl_logging implementation using the rcutils logger. It logs to stderr (by default) without touching the file system. This idea is to enable logging on read-only filesystems. The default rcl_logging_spdlog can't be used because it errors if it can't create a directory in ROS_HOME.

If you came here becase you need a logger on Android, see rcl_logging_android.

About

An rcl_logging implementation using the rcutils logger (doesn't write to the file system).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published