index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
logging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
logging: fix corrupted output
Pablo Neira Ayuso
2011-05-19
1
-0
/
+6
*
logging: make sure the output is null-terminated
Pablo Neira Ayuso
2011-05-04
1
-0
/
+2
*
logging: remove workaround now that _output() has been reworked
Pablo Neira Ayuso
2011-05-04
1
-12
/
+3
*
logging: rework _output() function
Pablo Neira Ayuso
2011-05-04
1
-23
/
+26
*
logging: several memory allocation belong to tall_log_ctx context
Pablo Neira Ayuso
2011-05-04
1
-2
/
+2
*
logging: fix missing description of global loglevel
Pablo Neira Ayuso
2011-05-04
1
-0
/
+7
*
logging: Add the 'all' category back to the log level command
Holger Hans Peter Freyther
2011-03-29
1
-1
/
+1
*
utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h
Pablo Neira Ayuso
2011-03-28
1
-18
/
+8
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
1
-3
/
+3
*
vty: integration with logging framework
Pablo Neira Ayuso
2011-03-19
1
-23
/
+115
*
LOGGING: configure logging from the vty
Harald Welte
2011-02-18
1
-3
/
+21
*
LOGGING: Pass the log level down to the log target output function
Harald Welte
2011-02-17
1
-5
/
+6
*
Make sure we don't user std{err,in,out} if they don't exist.
Sylvain Munaut
2010-09-17
1
-4
/
+5
*
logging: add log target logging into text file and log target destroy function
Harald Welte
2010-08-25
1
-0
/
+50
*
logging: rename tgt_stdout to tgt_file
Harald Welte
2010-08-25
1
-5
/
+5
*
logging: Make sure we don't use "end of color" code if colors are turned off
Harald Welte
2010-07-30
1
-1
/
+2
*
move hexdump() from logging.c to utils.c
Harald Welte
2010-07-30
1
-19
/
+0
*
rename log_info to osmo_log_info to avoid namespace clash with app
Harald Welte
2010-05-25
1
-15
/
+15
*
Create libosmovty as library from OpenBSC VTY functions
Harald Welte
2010-05-25
1
-1
/
+1
*
logging: add log_vty_{level,category}_string()
Harald Welte
2010-05-11
1
-0
/
+46
*
logging: introuduce log_level_str() to obtain the name of a log level
Harald Welte
2010-05-11
1
-0
/
+5
*
logging: only compile stderr target if we actualy have stderr
Harald Welte
2010-03-27
1
-0
/
+8
*
only include strings.h if it is actually preent
Harald Welte
2010-03-26
1
-0
/
+5
*
logging: fix default initialization of per-category loglevels
Harald Welte
2010-03-26
1
-2
/
+12
*
rename 'debug' interface to 'logging' interface
Harald Welte
2010-03-26
1
-0
/
+345