FireDAC Components for Zoho Projects

Build 22.0.8462

Logfile

A filepath which designates the name and location of the log file.

Syntax


property Logfile: String;

Data Type

String

Default Value

""

Remarks

Once this property is set, the component will populate the log file as it carries out various tasks, such as when authentication is performed or queries are executed. If the specified file doesn't already exist, it will be created.

Connection strings and version information are also logged, though connection properties containing sensitive information are masked automatically.

If a relative filepath is supplied, the location of the log file will be resolved based on the path found in the Location connection property.

For more control over what is written to the log file, you can adjust the Verbosity property.

Log contents are categorized into several modules. You can show/hide individual modules using the LogModules property.

To edit the maximum size of a single logfile before a new one is created, see MaxLogFileSize.

If you would like to place a cap on the number of logfiles generated, use MaxLogFileCount.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462