aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-20vty: Fix writing the logging of categoryMichael McTernan1-1/+1
2015-01-27vty: Fix typo in the state creationHolger Hans Peter Freyther1-1/+1
2014-12-05logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther1-3/+46
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-2/+6
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-2/+1
2013-07-14vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther1-1/+1
2013-03-19logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte1-0/+4
2013-03-13logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte1-0/+6
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-4/+81
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther1-81/+4
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-4/+81
2012-10-22logging: Make sure to install standard "end" command in VTY nodeHarald Welte1-0/+2
2012-10-22logging: Don't forget to save "logging filter all 1"Harald Welte1-0/+4
2012-07-25vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther1-1/+2
2011-10-03vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther1-1/+10
2011-10-03vty: Provide logging set-log-mask, deprecate set log maskHolger Hans Peter Freyther1-2/+12
2011-03-29vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther1-0/+2
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-3/+3
2011-03-19vty: integration with logging framework0.1.31Pablo Neira Ayuso1-49/+7
2011-02-24LOGGING: Use host.app_info->name instead of FIXMEHarald Welte1-1/+4
2011-02-18LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte1-123/+60
2011-02-18LOGGING: Add missing 'nat' subsystemHarald Welte1-1/+2
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-22/+355
2011-02-17LOGGING: Pass the log level down to the log target output functionHarald Welte1-1/+2
2011-01-22logging: Add isup,m2ua,pcap from the cellmgr.Holger Hans Peter Freyther1-1/+4
2010-05-25rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte1-2/+2
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+347