#include <diguyLogChannel.h>
|
| int | print (int notify_level, const char *text) |
| | Documentation pending. More...
|
| |
| void | set_text_color (float r, float g, float b, float a) |
| | Documentation pending. More...
|
| |
| void | get_text_color (float *r, float *g, float *b, float *a) |
| |
| void | set_static_prefix (const char *prefix) |
| |
| const char * | get_static_prefix () |
| |
| void | set_prefix_function (diguyLogPrefixFunction *prefix_function, void *prefix_function_user_data) |
| |
| diguyLogPrefixFunction * | get_prefix_function () |
| |
| void * | get_prefix_function_user_data () |
| |
| int | file_enable (int notify_level, const char *filename, int clear_file=1) |
| |
| int | file_disable () |
| |
| diguyLogChannel::diguyLogChannel |
( |
bdiLog * |
scripted_object | ) |
|
|
private |
| int diguyLogChannel::print |
( |
int |
notify_level, |
|
|
const char * |
text |
|
) |
| |
| void diguyLogChannel::set_text_color |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
| |
| void diguyLogChannel::get_text_color |
( |
float * |
r, |
|
|
float * |
g, |
|
|
float * |
b, |
|
|
float * |
a |
|
) |
| |
| void diguyLogChannel::set_static_prefix |
( |
const char * |
prefix | ) |
|
| const char* diguyLogChannel::get_static_prefix |
( |
| ) |
|
| void diguyLogChannel::set_prefix_function |
( |
diguyLogPrefixFunction * |
prefix_function, |
|
|
void * |
prefix_function_user_data |
|
) |
| |
| void* diguyLogChannel::get_prefix_function_user_data |
( |
| ) |
|
| int diguyLogChannel::file_enable |
( |
int |
notify_level, |
|
|
const char * |
filename, |
|
|
int |
clear_file = 1 |
|
) |
| |
| int diguyLogChannel::file_disable |
( |
| ) |
|
| bdiLog* diguyLogChannel::get_scripted_object |
( |
| ) |
|
|
inline |
| bdiLog* diguyLogChannel::m_scripted_object |
|
private |
A pointer to internal data.
The documentation for this class was generated from the following file: