EMS.Services.IEMSLoggingService.LoggingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSLoggingService

Delphi

property LoggingEnabled: Boolean read GetLoggingEnabled;

C++

__property bool LoggingEnabled = {read=GetLoggingEnabled};

Description

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

See Also