19#include <zypp-core/base/String.h>
21#include <zypp-core/base/ProfilingFormater.h>
41 const std::string & message_r )
44 gettimeofday( &tp, NULL);
46 return str::form(
"%ld.%ld [%d] <%d> %s(%s):%d %s",
52 file_r, func_r, line_r,
LogLevel
Definition of log levels.
std::string form(const char *format,...) __attribute__((format(printf
Printf style construction of std::string.
Easy-to use interface to the ZYPP dependency resolver.