summaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
Commit message (Expand)AuthorAgeFilesLines
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-1/+1
* update/extend doxygen documentationHarald Welte2017-06-121-0/+12
* vty: cleanup logging functionsMax2017-05-091-3/+3
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-231-1/+1
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-2/+2
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-2/+2
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+32
* vty: Skip printing non-initialized log categoriesDaniel Willmann2016-11-151-0/+3
* vty: Fix writing the logging of categoryMichael McTernan2015-03-201-1/+1
* vty: Fix typo in the state creationHolger Hans Peter Freyther2015-01-271-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-3/+46
* logging: Add ability to save/print current log filtersHarald Welte2014-08-251-2/+6
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-081-2/+1
* vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther2013-07-141-1/+1
* logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte2013-03-191-0/+4
* logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte2013-03-131-0/+6
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-4/+81
* Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther2013-02-271-81/+4
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-4/+81
* logging: Make sure to install standard "end" command in VTY nodeHarald Welte2012-10-221-0/+2
* logging: Don't forget to save "logging filter all 1"Harald Welte2012-10-221-0/+4
* vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther2012-07-251-1/+2
* vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther2011-10-031-1/+10
* vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther2011-10-031-2/+12
* vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther2011-03-291-0/+2
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-191-49/+7
* LOGGING: Use host.app_info->name instead of FIXMEHarald Welte2011-02-241-1/+4
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-123/+60
* LOGGING: Add missing 'nat' subsystemHarald Welte2011-02-181-1/+2
* LOGGING: configure logging from the vtyHarald Welte2011-02-181-22/+355
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-171-1/+2
* logging: Add isup,m2ua,pcap from the cellmgr.Holger Hans Peter Freyther2011-01-221-1/+4
* rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte2010-05-251-2/+2
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+347