TCGLogMessageType Enumeration

Represents type TCGLogMessageType.

Namespace: IWCGJQCommon
type
 TCGLogMessageType = (cglmtLog,cglmtWarning,cglmtError,cglmtInfo);

The TCGLogMessageType type exposes the following members.

Show:
 NameDescription
cglmtError

Represents constant cglmtError.

cglmtInfo

Represents constant cglmtInfo.

cglmtLog

Represents constant cglmtLog.

cglmtWarning

Represents constant cglmtWarning.

Top