THTTPClientLogType Enumeration

Represents type THTTPClientLogType.

Namespace: flcHTTPClient
type
 THTTPClientLogType = (
 cltDebug,
 cltInfo,
 cltError);

The THTTPClientLogType type exposes the following members.

Show:
 NameDescription
cltDebug

Represents constant cltDebug.

cltError

Represents constant cltError.

cltInfo

Represents constant cltInfo.

Top