hadd logEntry

Summary

Adds an entry to an asset's log.

Return Value

Returns the numerical ID of the new log entry.

Usage

hadd logEntry [-name <asset name>][-text <entry text>][-tags <tag list>]

Where:

  • <asset name> = The name of the asset to add the entry to. If -name is not given, the entry will be added to your current asset.
  • <entry text> = The text of the log entry. May include any characters. Must be enclosed in quotes.
  • <tag list> = one or more short text labels to attach to the entry. Labels may contain letters, numbers, underscores, and whitespace. Each tag must be enclosed in quotes. If providing more than one, they must be in a comma-seperated list.