 | YallaLogger.Warning Method |
[This is preliminary documentation and is subject to change.]
Logs a warning.
Namespace: Yalla.GoogleApisAssembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntaxpublic void Warning(
string message,
params Object[] args
)
Public Sub Warning (
message As String,
ParamArray args As Object()
)
public:
virtual void Warning(
String^ message,
... array<Object^>^ args
) sealed
abstract Warning :
message : string *
args : Object[] -> unit
override Warning :
message : string *
args : Object[] -> unit
Parameters
- message
- Type: System.String
The message to log. - args
- Type:System.Object[]
Format(String,Object[] ) arguments (if applicable).
Implements
ILogger.Warning(String,Object[])
See Also