module documentation
Library for configuring python logging to standard ROS locations (e.g. ROS_LOG_DIR).
| Class | |
No class docstring; 1/1 method documented |
| Class | |
Undocumented |
| Exception | |
Undocumented |
| Function | configure |
Configure Python logging package to send log files to ROS-specific log directory :param logname str: name of logger, str :param filename: filename to log to. If not set, a log filename |
| Function | makedirs |
Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space. :param p: directory to create, ... |
| Function | renew |
Undocumented |
| Variable | _color |
Undocumented |
| Variable | _default |
Undocumented |
| Variable | _logging |
Undocumented |
Configure Python logging package to send log files to ROS-specific log directory :param logname str: name of logger, str :param filename: filename to log to. If not set, a log filename
will be generated using logname, str
| Parameters | |
| logname | Undocumented |
| level | Undocumented |
| filename | Undocumented |
| env | override os.environ dictionary, dict |
| Returns | |
| log file name, str | |
| Raises | |
Unknown exception | LoggingException If logging cannot be configured as specified |