Rename severity_threshold -> level (#412)
This commit is contained in:
parent
8177771773
commit
bc47fa83dc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public:
|
||||||
{
|
{
|
||||||
g_log_calls = 0;
|
g_log_calls = 0;
|
||||||
ASSERT_EQ(RCUTILS_RET_OK, rcutils_logging_initialize());
|
ASSERT_EQ(RCUTILS_RET_OK, rcutils_logging_initialize());
|
||||||
rcutils_logging_set_default_severity_threshold(RCUTILS_LOG_SEVERITY_DEBUG);
|
rcutils_logging_set_default_logger_level(RCUTILS_LOG_SEVERITY_DEBUG);
|
||||||
|
|
||||||
auto rcutils_logging_console_output_handler = [](
|
auto rcutils_logging_console_output_handler = [](
|
||||||
rcutils_log_location_t * location,
|
rcutils_log_location_t * location,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue