Skip to content

Olivine-Labs/lusty-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lusty-log

Version 1.0

add log publising to your context.

Require it in your config:

local config = {
  --...
  context = {
    ['lusty-log.context.log'] = { level = "debug" }
  }
  -...
}

call it:

context.log("debug", "a message")

License

Copyright 2013 Olivine Labs, LLC. MIT licensed. See LICENSE file for details.