blob: 9bafb98f36b87af6ae1b63ed7f3a088644f15695 [file] [log] [blame]
Neels Hofmeyr17518fe2017-06-20 04:35:06 +02001/*! \file logging.h */
2
Sylvain Munaut12ba7782014-06-16 10:13:40 +02003#pragma once
Harald Welte3fb0b6f2010-05-19 19:02:52 +02004
5#define LOGGING_STR "Configure log message to this terminal\n"
6#define FILTER_STR "Filter log messages\n"
7
Pablo Neira Ayuso04139f12011-03-09 13:05:08 +01008struct log_info;
Maxc65c5b42017-03-15 13:20:23 +01009void logging_vty_add_cmds();
Pablo Neira Ayuso04139f12011-03-09 13:05:08 +010010struct vty;
Harald Weltea62648b2011-02-18 21:03:27 +010011struct log_target *osmo_log_vty2tgt(struct vty *vty);