This website requires JavaScript.
Explore
Help
Register
Sign In
hcq
/
MaxScale
Watch
1
Star
0
Fork
0
You've already forked MaxScale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
MaxScale
/
utils
History
vraatikka
0ad25ba3ab
Added functions skygw_log_enable(logfile_id_t) and skygw_log_disable(logfile_id_t) to Log manager API. By calling them log writing to any of predefined log files can be switched on or off.
...
Added simple test to testlog.c
2013-08-08 23:38:00 +03:00
..
makefile
Adding this too under skygateway
2013-06-17 18:32:01 +03:00
skygw_debug.h
Enabled debug assertions for DEBUG=Y builds. Fixed one debug assertion in log manager.
2013-08-05 17:47:21 +03:00
skygw_types.h
Prevented redefinition of bool, added function void skygw_logmanager_exit(void) to be called by atexit
2013-06-28 11:39:00 +03:00
skygw_utils.cc
Added functions skygw_log_enable(logfile_id_t) and skygw_log_disable(logfile_id_t) to Log manager API. By calling them log writing to any of predefined log files can be switched on or off.
2013-08-08 23:38:00 +03:00
skygw_utils.h
Documented concurrency control between filewriter thread and log clients.
2013-07-25 16:21:13 +03:00