Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 364 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 364 Bytes

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.