33 #ifndef __diguyLogChannel_H
34 #define __diguyLogChannel_H
39 #define CPLUSPLUS_ONLY
67 int print(
int notify_level,
const char* text);
74 void set_text_color(
float r,
float g,
float b,
float a);
75 void get_text_color(
float* r,
float* g,
float* b,
float* a);
77 void set_static_prefix(
const char* prefix);
78 const char* get_static_prefix();
83 void* prefix_function_user_data);
85 void* get_prefix_function_user_data();
89 int file_enable(
int notify_level,
100 bdiLog* get_scripted_object() {
return m_scripted_object;}
112 bdiLog* m_scripted_object;