Framework: Packages: Types - x684867/nemesis_server GitHub Wiki

PURPOSE:

This package creates a centralized type-management package for the Nemesis application.
Type-checking and generic type-tokenization functionality are provided within this 
package for the entire system.

FILES:

Filename Description
config.json Configuration file (reserved for future use)
errors-[LOCALIZED LANGUAGE].json Localized error strings file
messages-[LOCALIZED LANGUAGE].json Localized general messages file
main.js Main package executable, containing activeJSON code

DESIGN NOTES

Package Configuration

Property Type Description
syslog Object This is an object defining the syslog configuration group
syslog.facilities Array This is the list of standard syslog facilities:
0:"kern",1:"user",2:"mail",3:"daemon",4:"auth",5:"syslog",6:"lpr",7:"news",8:"uucp",9:"clock", 10:"authpriv",11:"ftp",12:"NTP",13:"logAudit",14:"logAlert",15:"cron",16:"local0",17:"local1", 18:"local2",19:"local3",20:"local4",21:"local5",22:"local6",23:"local7"
syslog.priorities Array This is the list of standard syslog priorities:
0:"emerg",1:"alert",2:"crit",3:"err",4:"warn",5:"notice",6:"info",7:"debug"
⚠️ **GitHub.com Fallback** ⚠️