Adds a log message.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Add(
string message,
bool isException
)
Public Shared Sub Add (
message As String,
isException As Boolean
)
public:
static void Add(
String^ message,
bool isException
)
static member Add :
message : string *
isException : bool -> unit
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