Click or drag to resize

AbstractLoggerOutgoing Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Logs an outgoing message.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Outgoing(
	string message,
	params Object[] formatArgs
)

Parameters

message
Type: SystemString
A string containing the outgoing message.
formatArgs
Type: SystemObject
An array of arguments.

Implements

ILoggerOutgoing(String, Object)
See Also