Log implementation. More...
#include <lua_kernel_base.hpp>
Public Member Functions | |
command_log () | |
command_log & | operator<< (const std::string &str) |
command_log & | operator<< (char const *str) |
Public Attributes | |
std::stringstream | log_ |
external_log_type | external_log_ |
Log implementation.
Definition at line 85 of file lua_kernel_base.hpp.
|
inline |
Definition at line 90 of file lua_kernel_base.hpp.
|
inline |
Definition at line 103 of file lua_kernel_base.hpp.
References external_log_, and log_.
|
inline |
Definition at line 95 of file lua_kernel_base.hpp.
References external_log_, and log_.
external_log_type lua_kernel_base::command_log::external_log_ |
Definition at line 88 of file lua_kernel_base.hpp.
Referenced by lua_kernel_base::intf_show_lua_console(), operator<<(), and lua_kernel_base::set_external_log().
std::stringstream lua_kernel_base::command_log::log_ |
Definition at line 87 of file lua_kernel_base.hpp.
Referenced by lua_kernel_base::clear_log(), lua_kernel_base::get_log(), and operator<<().