13 #ifndef __diguyLogChannel_H
14 #define __diguyLogChannel_H
19 #define CPLUSPLUS_ONLY
47 int print(
int notify_level,
const char* text);
54 void set_text_color(
float r,
float g,
float b,
float a);
55 void get_text_color(
float* r,
float* g,
float* b,
float* a);
57 void set_static_prefix(
const char* prefix);
58 const char* get_static_prefix();
63 void* prefix_function_user_data);
65 void* get_prefix_function_user_data();
69 int file_enable(
int notify_level,
80 bdiLog* get_scripted_object() {
return m_scripted_object;}
92 bdiLog* m_scripted_object;
Definition: diguyLogChannel.h:34
const char * diguyLogPrefixFunction(void *user_data)
Definition: diguyLogChannel.h:27