nimble.log

nimble.log(heading, logInfo)

Enter an entry into the active logger’s database file.

In addition to the provided heading and logInfo, the session number and timestamp will be automatically recorded for this log entry.

Parameters:
  • heading (str) – A short description (maximum of 50 characters) to be placed at the head of the log entry. The string “User - “ is prepended to the heading to differentiate user entries from log entries generated by nimble.

  • logInfo (str, list, dict) – Contains any information to be logged.

See also

showLog

Keywords: recorded, record, database, entry, message, history