-
Notifications
You must be signed in to change notification settings - Fork 11
FunctionGetLogDiskWriter
Juan Antonio Castillo edited this page Feb 23, 2022
·
2 revisions
Unit: ujachLogAuto
Declaration: function GetLogDiskWriter: TjachLogToDisk;
This function returns the instance of TjachLogToDisk
that is auto-created and configured at program start by the ujachLogAuto unit.
You can use this function to get access to the log writer object to change it's default configuration (output path, file name prefix/suffix, max line size, max file size, etc). Be careful and make the configuration changes in the main thread and before any log output is written for consistency.
jump to: get started — multiple log destinations — units and classes — wiki home — blog (English) — blog (Spanish) — library home