EMS.Services.IEMSLoggingService.LoggingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LoggingEnabled: Boolean read GetLoggingEnabled;

C++

__property bool LoggingEnabled = {read=GetLoggingEnabled};

Properties

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

Description

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

See Also