Wraps the nkAstraeus::LogManager, and offers functions to use it from a scripting environment.
More...
Wraps the nkAstraeus::LogManager, and offers functions to use it from a scripting environment.
◆ updateEnvironment()
Updates a given environment and set it up to use all functions wrapped by this wrapper.
- Parameters
-
env | The environment to set up. |
targetLogManager | The target log manager, should logging happen within the populated methods. |
◆ log()
Wrapper function for LogManager::log. It also overrides the default printing method of the scripting environment.
nkLogLine("Hey") ;
print("Hey") ;
- Parameters
-
targetLogManager | The target log manager to log into. |
stack | The parameter stack. |
- Returns
- The output value, empty.
The documentation for this class was generated from the following file:
- Documentation/Headers/NilkinsAstraeus/Scripts/nkAstraeusWrap/Log/LogWrapper.h