Skip to content

log_notify

Hyomoto edited this page Jun 24, 2021 · 4 revisions
Jump To Go Back Arguments

log_notify( id, event, values... )

Returns: [N/A undefined](N/A undefined)

Writes values... to the system output when ERROR_LEVEL >= ERROR_NOTIFY

log_debug( id, "load", "Could not load, ", _value, ". File doesn't exist." )

Arguments

Name Type Purpose
id [intp](intp) the source instance, should be an instance
event string the name of the event that should be logged
values... mixed any number of values
Clone this wiki locally