Click or drag to resize
MessageAdd Method
Adds a log message.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Add(
	string message,
	bool isException
)

Parameters

message
Type: SystemString
The content of the message.
isException
Type: SystemBoolean
If true, indicates the event that triggered the message addition should be treated as if it was an unhandled exception, which will then factor into module health monitoring.
See Also