#include <stdarg.h>
#include "omicron/internal.h"
Go to the source code of this file.
Functions | |
| void | _log_printf (sshort level, char *fmt,...) |
Definition in file o_logging.cpp.
|
||||||||||||||||
|
Writes to the log file Writes a line into the log file. Syntax is the same as for printf.
Definition at line 91 of file o_logging.cpp. Referenced by net_manager_c::cl_sendmessage(), file_manager_c::close_paks(), file_manager_c::file_manager_c(), file_manager_c::load(), file_manager_c::load_from_disk(), file_manager_c::load_from_pak(), file_manager_c::load_pak(), sound_manager_c::load_wav(), net_client_c::receive_message(), net_client_c::send_message(), shader_load(), net_manager_c::start_listen(), net_manager_c::stop_listen(), and file_manager_c::unload_pak(). |
1.2.18