FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
log.c File Reference
+ Include dependency graph for log.c:

Go to the source code of this file.

Macros

#define LOG_DISABLED   LOG_DEBUG
 

Functions

int last_log_entry ()
 
static vlib_log_class_data_tget_class_data (vlib_log_class_t ci)
 
static vlib_log_subclass_data_tget_subclass_data (vlib_log_class_t ci)
 
static int vlib_log_level_to_syslog_priority (vlib_log_level_t level)
 
u8format_vlib_log_class (u8 *s, va_list *args)
 
void vlib_log (vlib_log_level_t level, vlib_log_class_t class, char *fmt,...)
 
vlib_log_class_t vlib_log_register_class (char *class, char *subclass)
 
u8format_vlib_log_level (u8 *s, va_list *args)
 
u32 vlib_log_get_indent ()
 
static clib_error_tvlib_log_init (vlib_main_t *vm)
 
static clib_error_tshow_log (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_log_config (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tclear_log (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static uword unformat_vlib_log_level (unformat_input_t *input, va_list *args)
 
static uword unformat_vlib_log_class (unformat_input_t *input, va_list *args)
 
static clib_error_tset_log_class (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tset_log_unth_time (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tset_log_size (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static uword unformat_vlib_log_subclass (unformat_input_t *input, va_list *args)
 
static clib_error_ttest_log_class_subclass (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlog_config (vlib_main_t *vm, unformat_input_t *input)
 

Variables

vlib_log_main_t log_main
 
static vlib_cli_command_t cli_show_log
 (constructor) VLIB_CLI_COMMAND (cli_show_log) More...
 
static vlib_cli_command_t cli_show_log_config
 (constructor) VLIB_CLI_COMMAND (cli_show_log_config) More...
 
static vlib_cli_command_t cli_clear_log
 (constructor) VLIB_CLI_COMMAND (cli_clear_log) More...
 
static vlib_cli_command_t cli_set_log
 (constructor) VLIB_CLI_COMMAND (cli_set_log) More...
 
static vlib_cli_command_t cli_set_log_params
 (constructor) VLIB_CLI_COMMAND (cli_set_log_params) More...
 
static vlib_cli_command_t cli_set_log_size
 (constructor) VLIB_CLI_COMMAND (cli_set_log_size) More...
 
static vlib_cli_command_t cli_test_log
 (constructor) VLIB_CLI_COMMAND (cli_test_log) More...
 

Macro Definition Documentation

#define LOG_DISABLED   LOG_DEBUG

Function Documentation

static clib_error_t* clear_log ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 335 of file log.c.

+ Here is the call graph for this function:

u8* format_vlib_log_class ( u8 s,
va_list *  args 
)

Definition at line 73 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* format_vlib_log_level ( u8 s,
va_list *  args 
)

Definition at line 209 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static vlib_log_class_data_t* get_class_data ( vlib_log_class_t  ci)
static

Definition at line 43 of file log.c.

+ Here is the caller graph for this function:

static vlib_log_subclass_data_t* get_subclass_data ( vlib_log_class_t  ci)
static

Definition at line 50 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int last_log_entry ( )

Definition at line 30 of file log.c.

+ Here is the caller graph for this function:

static clib_error_t* log_config ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 649 of file log.c.

+ Here is the call graph for this function:

static clib_error_t* set_log_class ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 415 of file log.c.

+ Here is the call graph for this function:

static clib_error_t* set_log_size ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 534 of file log.c.

+ Here is the call graph for this function:

static clib_error_t* set_log_unth_time ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 501 of file log.c.

+ Here is the call graph for this function:

static clib_error_t* show_log ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 252 of file log.c.

+ Here is the call graph for this function:

static clib_error_t* show_log_config ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 287 of file log.c.

+ Here is the call graph for this function:

static clib_error_t* test_log_class_subclass ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 595 of file log.c.

+ Here is the call graph for this function:

static uword unformat_vlib_log_class ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 391 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword unformat_vlib_log_level ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 366 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword unformat_vlib_log_subclass ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 570 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vlib_log ( vlib_log_level_t  level,
vlib_log_class_t  class,
char *  fmt,
  ... 
)

Definition at line 87 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 vlib_log_get_indent ( )

Definition at line 226 of file log.c.

+ Here is the caller graph for this function:

static clib_error_t* vlib_log_init ( vlib_main_t vm)
static

Definition at line 232 of file log.c.

+ Here is the call graph for this function:

static int vlib_log_level_to_syslog_priority ( vlib_log_level_t  level)
static

Definition at line 57 of file log.c.

+ Here is the caller graph for this function:

vlib_log_class_t vlib_log_register_class ( char *  class,
char *  subclass 
)

Definition at line 176 of file log.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t cli_clear_log
static
Initial value:
= {
.path = "clear logging",
.short_help = "clear logging",
.function = clear_log,
}
static clib_error_t * clear_log(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:335

(constructor) VLIB_CLI_COMMAND (cli_clear_log)

Definition at line 358 of file log.c.

vlib_cli_command_t cli_set_log
static
Initial value:
= {
.path = "set logging class",
.short_help = "set loggging class <class> [rate-limit <int>] "
"[level <level>] [syslog-level <level>]",
.function = set_log_class,
}
static clib_error_t * set_log_class(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:415

(constructor) VLIB_CLI_COMMAND (cli_set_log)

Definition at line 492 of file log.c.

vlib_cli_command_t cli_set_log_params
static
Initial value:
= {
.path = "set logging unthrottle-time",
.short_help = "set logging unthrottle-time <int>",
.function = set_log_unth_time,
}
static clib_error_t * set_log_unth_time(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:501

(constructor) VLIB_CLI_COMMAND (cli_set_log_params)

Definition at line 526 of file log.c.

vlib_cli_command_t cli_set_log_size
static
Initial value:
= {
.path = "set logging size",
.short_help = "set logging size <int>",
.function = set_log_size,
}
static clib_error_t * set_log_size(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:534

(constructor) VLIB_CLI_COMMAND (cli_set_log_size)

Definition at line 562 of file log.c.

vlib_cli_command_t cli_show_log
static
Initial value:
= {
.path = "show logging",
.short_help = "show logging",
.function = show_log,
}
static clib_error_t * show_log(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:252

(constructor) VLIB_CLI_COMMAND (cli_show_log)

Definition at line 279 of file log.c.

vlib_cli_command_t cli_show_log_config
static
Initial value:
= {
.path = "show logging configuration",
.short_help = "show logging configuration",
.function = show_log_config,
}
static clib_error_t * show_log_config(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:287

(constructor) VLIB_CLI_COMMAND (cli_show_log_config)

Definition at line 327 of file log.c.

vlib_cli_command_t cli_test_log
static
Initial value:
= {
.path = "test log",
.short_help = "test log <level> <class> <subclass> <message>",
}
static clib_error_t * test_log_class_subclass(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: log.c:595

(constructor) VLIB_CLI_COMMAND (cli_test_log)

Definition at line 641 of file log.c.

vlib_log_main_t log_main
Initial value:
= {
.default_log_level = VLIB_LOG_LEVEL_NOTICE,
.default_syslog_log_level = VLIB_LOG_LEVEL_WARNING,
.unthrottle_time = 3,
.size = 512,
.default_rate_limit = 50,
}

Definition at line 21 of file log.c.