From: Mika Laitio Date: Tue, 17 May 2011 20:01:07 +0000 (+0300) Subject: updates to log_debug/info/warning/error functions X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=6114bb5f252afb1e86682836b82db3e4c48213fe;hp=6114bb5f252afb1e86682836b82db3e4c48213fe;p=libplp.git updates to log_debug/info/warning/error functions printout the log severity and function name from where the method was called by default. examples: [dbg] test_logging: debug message text... [inf] test_logging: info message text... [wrn] test_logging: warning message text... [err] test_logging: error message text... Signed-off-by: Mika Laitio ---