Click or drag to resize
SynchronizationEngineHostLogVerbose Method
Generates a verbose level log message.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public abstract void LogVerbose(
	string message,
	params Object[] args
)

Parameters

message
Type: SystemString
The message to log.
args
Type: SystemObject
Message parameters.
See Also