Table of Contents

TTMSMCPLoggingLevel Enumeration

Severity of a log record, ordered from least to most severe. The same values describe records written locally and records pushed by a server.

API unit family: TMS.MCP.Client.Connection

Members

Name Description
llDebug Diagnostic detail useful while tracing protocol traffic. Wire name debug.
llInfo Routine progress record, such as a completed handshake or a discovered catalog. Wire name info.
llNotice Normal but noteworthy condition. Wire name notice.
llWarning Condition that does not stop the operation but should be looked at. Wire name warning.
llError A failed operation, such as a request answered with an error result. Wire name error.
llCritical Failure that leaves a part of the connection unusable. Wire name critical.
llAlert Condition that requires immediate attention. Wire name alert.
llEmergency The most severe level, reporting that the server is unusable. Wire name emergency.