Namespace: Server

Server

Methods

(static) checkJournalFiles()

check for new log files and switch to the newest if needed
Source:

(static) collectStandalonePlugins()

collect the plugin name and file paths for standalone html files
Source:

(static) fserror(…args)

log to terminal window if config.logging is set to error
Parameters:
Name Type Attributes Description
args args <repeatable>
pass all args to console.log
Source:

(static) fslog(…args)

log to terminal window if config.logging is set to debug
Parameters:
Name Type Attributes Description
args args <repeatable>
pass all args to console.log
Source:

(static) fswarn(…args)

log to terminal window if config.logging is set to warn
Parameters:
Name Type Attributes Description
args args <repeatable>
pass all args to console.log
Source:

(static) handleLine(line)

handles each line of journal log as they are discovered. store important journal entries in playerData
Parameters:
Name Type Description
line string journal line of (hopefully) JSON
Source:

(static) swapToNewLog(nextLog)

change file watcher over to new log file after discovery
Parameters:
Name Type Description
nextLog string file name of newest discovered log file
Source:

(static) watchPlayerFile(file, property)

watch file in journal dir and update property on playerState when changed
Parameters:
Name Type Description
file string file in journal dir to watch
property string property in playerState to update
Source: