RSKappendtolog.m

Arguments

Input

-Required- 

  • RSK
  • logentry - Comment that will be added to the log, must be a string

Output

  • RSK


The function appends the entry and current time to the log field. It is frequently called by other RSKtools functions for record use so that the users will not lose track what happened to the file or the data. The function can also be called by the user to record any customized behaviour.

Example:

rsk = RSKappend2log(rsk,'New channel practical salinity is added.')