-
Notifications
You must be signed in to change notification settings - Fork 2
log_debug
Hyomoto edited this page Jun 24, 2021
·
4 revisions
| Jump To | Go Back |
Arguments |
|---|
Returns: [N/A undefined](N/A undefined)
Writes values... to the system output when ERROR_LEVEL >= ERROR_DEBUG
log_debug( id, "load", "Could not load, ", _value, ". File doesn't exist." )
| 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 |
Devon Mullane 2020