AbstractLoggerWarn Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Logs a warning message.
Namespace:
Telogis.GeoBase.Diagnostics
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void Warn(
string message,
params Object[] formatArgs
)
Public Sub Warn (
message As String,
ParamArray formatArgs As Object()
)
Parameters
- message
- Type: SystemString
A string containing the warning message. - formatArgs
- Type: SystemObject
An array of arguments.
Implements
ILoggerWarn(String, Object)See Also