Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

lifewcody

Members
  • Content Count

    1
  • Joined

  • Last visited

About lifewcody

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    lifewcody
  • GitHub
    lifewcody

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This is my array: local logEvents = { [ "EMERGENCY" ] = colors.red, [ "ALERT" ] = colors.red, [ "CRITICAL" ] = colors.orange, [ "ERROR" ] = colors.orange, [ "WARNING" ] = colors.yellow, [ "NOTICE" ] = colors.yellow, [ "DEBUG" ] = colors.blue, [ "INFORMATIONAL" ] = colors.lightBlue, } And then I check to see if the value is there (ex. emergency, alert, etc) if logEvents[sev] ~= nil then Here is the full code for my library: local log = {} local logFile = {} local cache = require("IPv2/cache") local os = require("os") local component = require("component") local col
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.