Table of Contents

TTMSFNCCloudLoggerLogLevel Enumeration

Severity level associated with a log message, exception or reported issue.

API unit family: TMSFNCCloudLogger

Members

Name Description
llDebug Detailed diagnostic information used while debugging.
llInfo Informational message describing normal operation.
llWarning Warning about a potential problem that did not stop execution.
llError Recoverable error condition.
llFatal Severe error that typically terminates the application.
llTrace Fine-grained trace information, more detailed than debug.
llOff Logging disabled; no messages are reported.
llUnknown Level could not be determined or is not mapped.