Name
y2security — Log a security message to the y2log.
Synopsis
void
y2security
( |
string
| FORMAT
, |
|
any
| PAR1
, |
|
any
| PAR2
, |
|
any
| ...
) ; |
Parameters
-
string
FORMAT
-
any
PAR1
-
any
PAR2
-
any
...
Usage
y2security ("Users on vacations: %1", ["josh", "joe", "pete"]) -> "Users on vacations: ["josh", "joe", "pete"]"