AbstractLoggerInfo 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 public void Info(
string message,
params Object[] formatArgs
)
Public Sub Info (
message As String,
ParamArray formatArgs As Object()
)
Parameters
- message
- Type: SystemString
A string containing the information message. - formatArgs
- Type: SystemObject
An array of arguments.
Implements
ILoggerInfo(String, Object)See Also