warn
Description:
[
PrintfFormat ]
public void warn (
string format, ...)
Outputs a warning message, via the Scanner message handler.
Parameters:
this |
a Scanner
|
format |
the message format. See the printf documentation
|
... |
the parameters to insert into the format string
|