|
CL_API_CORE void | cl_log_event (const CL_StringRef &type, const CL_StringRef &text) |
| Log text to logger. More...
|
|
template<class Arg1 > |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1) |
|
template<class Arg1 , class Arg2 > |
void | cl_log_event (const CL_StringRef &type, const CL_StringRef &format, Arg1 arg1, Arg2 arg2) |
|
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 , 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 , 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 , 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 , 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) |
|