THTTPServerLogType Enumeration

Represents type THTTPServerLogType.

Namespace: flcHTTPServer
type
 THTTPServerLogType = (
 sltDebug,
 sltInfo,
 sltError);

The THTTPServerLogType type exposes the following members.

Show:
 NameDescription
sltDebug

Represents constant sltDebug.

sltError

Represents constant sltError.

sltInfo

Represents constant sltInfo.

Top