Namespaces |
namespace | rosmatlab |
namespace | rosmatlab::log |
Defines |
#define | ROSMATLAB_DEBUG(...) ::rosmatlab::log::log(::rosmatlab::log::Debug, 0, __VA_ARGS__) |
#define | ROSMATLAB_DEBUG_NAMED(name,...) ::rosmatlab::log::log(::rosmatlab::log::Debug, name, __VA_ARGS__) |
#define | ROSMATLAB_ERROR(...) ::rosmatlab::log::log(::rosmatlab::log::Error, 0, __VA_ARGS__) |
#define | ROSMATLAB_ERROR_NAMED(name,...) ::rosmatlab::log::log(::rosmatlab::log::Error, name, __VA_ARGS__) |
#define | ROSMATLAB_FATAL(...) ::rosmatlab::log::log(::rosmatlab::log::Fatal, 0, __VA_ARGS__) |
#define | ROSMATLAB_FATAL_NAMED(name,...) ::rosmatlab::log::log(::rosmatlab::log::Fatal, name, __VA_ARGS__) |
#define | ROSMATLAB_INFO(...) ::rosmatlab::log::log(::rosmatlab::log::Info, 0, __VA_ARGS__) |
#define | ROSMATLAB_INFO_NAMED(name,...) ::rosmatlab::log::log(::rosmatlab::log::Info, name, __VA_ARGS__) |
#define | ROSMATLAB_PRINTF(...) |
#define | ROSMATLAB_PRINTF_PREFIX "[ROS] " |
#define | ROSMATLAB_WARN(...) ::rosmatlab::log::log(::rosmatlab::log::Warn, 0, __VA_ARGS__) |
#define | ROSMATLAB_WARN_NAMED(name,...) ::rosmatlab::log::log(::rosmatlab::log::Warn, name, __VA_ARGS__) |
Functions |
void | rosmatlab::log::log (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | rosmatlab::log::log (Level level, int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | rosmatlab::log::log (Level level, const char *name, const char *fmt,...) |