Home > @activeviam/activeui-sdk > LoggerImplementationStaticProperties > handle
LoggerImplementationStaticProperties.handle property
A function called every time a log operation is requested.
Signature:
handle: (data: LoggingData, a: {
formatter: LoggingFormatter;
tags: LoggingTags;
}) => void;