EMS.Services.TEMSLoggingService.LoggingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property LoggingEnabled: Boolean read GetLoggingEnabled;

C++

/* static */ __property bool LoggingEnabled = {read=GetLoggingEnabled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSLoggingService

Description

Indicates whether the logging feature of the EMS Server is enabled (True) or disabled (False).

See Also