Logprint

From Kolmafia
Revision as of 05:30, 22 May 2010 by imported>Bale
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

void logprint(string log )

  • log is the text to add to your log

Adds the specified text log to your session log (prefixed with "> "). Useful for notes that you don't want cluttering up the CLI or data to be parsed from your session log at a later time.

CLI Equivalent

The CLI command "logprint" functions similarly (as well as other commands that also print to the CLI).

See Also

print() | print_html()