The logger wants to capture names and values of any data that you wish to share. This is used by loggers used for diagnostics, such as the DiagnosticLoggerService. That data will enable the logger to take further actions. When true, the LogDetails.data property should be assigned to an object with name/value pairs. Those entries should be published and be consistent throughout the system.
Generated using TypeDoc v0.25.12
The logger service will ask for specific info it supports with this as the argument to the logGatheringHandler. It can be omitted if you don't support any of its options.