change permissions before fsync()
[libi2ncommon] / src / logfunc.cpp
2015-12-16 Gerd von Egidyfix code style
2015-12-16 Gerd von Egidyautomatically sanitize all messages logged through...
2014-11-05 Christian Herdtweckadded function get_log_level_string to logfunc.cpp/hpp
2011-10-17 Thomas JaroschReplace localtime() with thread safe localtime_r()
2011-10-17 Thomas JaroschPass some const strings by reference
2011-09-22 Thomas JaroschMake ScopeTracker thread safe via TLS (thread local...
2011-09-22 Thomas JaroschMake our log functions thread safe
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2010-12-01 Thomas JaroschMake LogLevel::Emergency and LogLevel::Alert usable...
2008-11-18 Thomas Jaroschlibi2ncommon: (tomj) fix buffer overflow in new syslog...
2008-10-20 Reinhard Pfaulibi2ncommon: (reinhard) added method for retrieving...
2008-10-20 Reinhard Pfaulibi2ncommon: (reinhard) added method to ask if logging...
2008-10-20 Reinhard Pfaulibi2ncommon: (reinhard) updated spacing for logfunc.
2008-09-22 Reinhard Pfaulibi2ncommon: (reinhard) added reopen() method to logge...
2008-08-01 Reinhard Pfaulibi2ncommon: (reinhard) changes for g++ 4.3.1
2008-04-11 Reinhard Pfaulibi2ncommon: (reinhard) integrated "logfunc" and ...