Name

y2milestone — Log a milestone to the y2log.

Synopsis

void y2milestone ( string  FORMAT,
  any  PAR1,
  any  PAR2,
  any  ...);

Parameters

string FORMAT

any PAR1

any PAR2

any ...

Return

void

Usage

  y2milestone("%1 - Humans detected!", "2038-02-12") -> "2038-02-12 - Humans detected!"