Click or drag to resize
SynchronizationEngineHostLogError Method
Generates an error 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 LogError(
	string message,
	params Object[] args
)

Parameters

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