libosmovty
1.6.0.113-b17c
Osmocom VTY library
logging.h
Go to the documentation of this file.
1
3
#pragma once
4
5
#define LOGGING_STR "Configure logging\n"
6
#define FILTER_STR "Filter log messages\n"
7
8
struct
log_info
;
9
void
logging_vty_add_cmds
();
10
void
logging_vty_add_deprecated_subsys
(
void
*ctx,
const
char
*
name
);
11
struct
vty
;
12
struct
log_target
*
osmo_log_vty2tgt
(
struct
vty
*
vty
);
logging_vty_add_cmds
void logging_vty_add_cmds()
Register logging related commands to the VTY.
Definition:
logging_vty.c:1199
log_info
osmo_log_vty2tgt
struct log_target * osmo_log_vty2tgt(struct vty *vty)
Get log target associated to VTY console.
Definition:
logging_vty.c:147
log_target
vty
Internal representation of a single VTY.
Definition:
vty.h:74
name
const char * name
logging_vty_add_deprecated_subsys
void logging_vty_add_deprecated_subsys(void *ctx, const char *name)
Definition:
logging_vty.c:1126
include
osmocom
vty
logging.h
Generated by
1.8.18