Home | Trees | Indices | Help |
---|
|
Library for configuring python logging to standard ROS locations (e.g. ROS_LOG_DIR).
Classes | |
LoggingException | |
RosStreamHandler |
Functions | |||
|
|||
|
|||
|
Variables | |
__package__ =
|
Function Details |
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`` :param env: override os.environ dictionary, ``dict`` :returns: log file name, ``str`` :raises: :exc:`LoggingException` If logging cannot be configured as specified |
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, ``str`` |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Mar 7 03:44:33 2017 | http://epydoc.sourceforge.net |