Skip to content

A better print function than Lua's built in print function. Console.log (from JavaScript) for Lua

License

Notifications You must be signed in to change notification settings

OxidaneDev/LuaLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LuaLogger

Description

A better print function than Lua's built in print function. Console.log (from JavaScript) for Lua

Usage

  • Save the file
  • Fetch the module using require (e.g 'require("Logger")')
  • Call '.log(...)' function and put your arguments, whether a string, number, or an array

License

  • GPL-3.0

Credits

  • OxidaneDev: Lead developer

About

A better print function than Lua's built in print function. Console.log (from JavaScript) for Lua

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages