ILoggerInfo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Logs an information message.
Namespace:
Telogis.GeoBase.Diagnostics
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void Info(
string message,
params Object[] formatArgs
)
Sub Info (
message As String,
ParamArray formatArgs As Object()
)
Parameters
- message
- Type: SystemString
The message that describes the error. - formatArgs
- Type: SystemObject
Parameters to include in the message.
See Also