Built-ins
Built-in Functions Available in kutils Lua Modules
Function
Description
createLogger-- crates a logger with the supplied prefix log = createLogger("built-in showcase") -- the retuned logger implements 4 logging levels log.info("This is typical info") log.warn("Something shouldn't have happened") log.error("We messed up big time") log.debug("Only visible in the seperate debug.log")
Last updated