Master Thesis Code
by Simon Moser
Loading...
Searching...
No Matches
log_entry.m File Reference

Go to the source code of this file.

Functions

function log_entry (in msg, in ptp_num, in level, in trial)
 log entry to a log file
 

Function Documentation

◆ log_entry()

function log_entry ( in msg,
in ptp_num,
in level,
in trial )

log entry to a log file

this function logs an entry to a log file.

Parameters
msgmessage to log
ptp_numparticipant number (default: 0)
levellog level (default: 4)
Return values
none
Note
log levels:
  • 1: FATAL
  • 2: ERROR
  • 3: WARNING
  • 4: INFO
  • 5: DEBUG