Skip to content

autumngmod/logmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

logmo

A small library for logging

Installation

Via libloader

lib install autumngmod/logmo

Usage

local logger = logmo:new("Example")

logger:info("Hello", "world")
logger:warn("Warning")
logger:error("Error")
logger:debug("Debug message")