2014-08-14 19:39:17 +02:00
|
|
|
$#undef tolua_reg_types
|
|
|
|
$#define tolua_reg_types tolua_reg_types_log
|
2014-06-13 22:02:03 +02:00
|
|
|
$#include <util/log.h>
|
|
|
|
|
|
|
|
module eressea {
|
|
|
|
module log {
|
2014-08-11 12:02:16 +02:00
|
|
|
void log_error @ error(const char *message);
|
2014-07-26 22:52:25 +02:00
|
|
|
void log_debug @ debug(const char *message);
|
2014-06-13 22:02:03 +02:00
|
|
|
void log_warning @ warning(const char *message);
|
2014-08-03 20:37:05 +02:00
|
|
|
void log_info @ info(const char *message);
|
2014-06-13 22:02:03 +02:00
|
|
|
}
|
|
|
|
}
|