Table of Contents

TTMSFNCWebBrowserLogSeverityLevel Enumeration

Severity level of a browser console log entry.

API unit family: TMSFNCWebBrowser

Members

Name Description
lslUnknown Severity level is unknown or not reported by the browser.
lslVerbose Verbose diagnostic message, typically only shown when verbose logging is enabled.
lslInfo Informational message.
lslWarning Warning that may indicate a problem but did not prevent operation.
lslError Error that indicates a failure.