Skip to content
Snippets Groups Projects
Commit b9e68ab5 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Kirill Yukhin
Browse files

lua/log: declare say_logger_init and say_logger_initialized


We gonna use it to provide a way to initialize
logger subsystem early.

Part-of #689

Reviewed-by: default avatarOleg Babin <olegrok@tarantool.org>
Reviewed-by: default avatarLeonid Vasiliev <lvasiliev@tarantool.org>
Signed-off-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 3be17311
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ ffi.cdef[[
void
say_set_log_format(enum say_format format);
extern void
say_logger_init(const char *init_str, int level, int nonblock,
const char *format, int background);
extern bool
say_logger_initialized(void);
extern sayfunc_t _say;
extern struct ev_loop;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment