#include "../api_core.h"
#include "string_format.h"
#include "string_help.h"
#include "../System/mutex.h"
Go to the source code of this file.
Classes | |
class | CL_Logger |
Logger interface. More... | |
Functions | |
CL_API_CORE void | cl_log_event (const CL_StringRef &type, const CL_StringRef &text) |
Log text to logger. | |
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 , class Arg7 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6, Arg7 arg7) |
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 , class Arg6 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5, Arg6 arg6) |
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 , class Arg5 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4, Arg5 arg5) |
template<class Arg1 , class Arg2 , class Arg3 , class Arg4 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3, Arg4 arg4) |
template<class Arg1 , class Arg2 , class Arg3 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2, Arg3 arg3) |
template<class Arg1 , class Arg2 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2) |
template<class Arg1 > | |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1) |