Web.WebBroker.TLogSeverity
Delphi
TLogSeverity = (lsDebug, lsInfo, lsWarning, lsError);
C++
enum DECLSPEC_DENUM TLogSeverity : unsigned char { lsDebug, lsInfo, lsWarning, lsError };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Web.WebBroker.pas Web.WebBroker.hpp |
Web.WebBroker | Web.WebBroker |
Description
Embarcadero Technologies does not currently have any additional information.