lua::Log Class Reference
List of all members.
Public Member Functions |
|
| Log (lua_State *l) |
|
int | SetVerbose (lua_State *l) |
|
int | SetVerboseModule (lua_State *l) |
|
int | SetOutputFile (lua_State *l) |
|
int | SetPrintModule (lua_State *l) |
|
int | SetPrintFunc (lua_State *l) |
|
int | SetPrintTimestamp (lua_State *l) |
|
int | SetUseColor (lua_State *l) |
|
int | Print (lua_State *l) |
|
int | Write (lua_State *l) |
Static Public Attributes |
|
static const char | className [] = "Log" |
| static Luna< Log >::RegType | methods [] |
Member Data Documentation
Luna< Log >::RegType Log::methods [static] |
Initial value: {
luna_method(Log, SetVerbose),
luna_method(Log, SetVerboseModule),
luna_method(Log, SetOutputFile),
luna_method(Log, SetPrintModule),
luna_method(Log, SetPrintFunc),
luna_method(Log, SetPrintTimestamp),
luna_method(Log, SetUseColor),
luna_method(Log, Print),
luna_method(Log, Write),
{ 0, 0 }
}
The documentation for this class was generated from the following files: