Home > @activeviam/activeui-sdk > LoggingFormatter
LoggingFormatter type
A function to format the logging message. It is expecting the LoggingData collection spread.
Signature:
export declare type LoggingFormatter = (a: any) => string;
Home > @activeviam/activeui-sdk > LoggingFormatter
A function to format the logging message. It is expecting the LoggingData collection spread.
Signature:
export declare type LoggingFormatter = (a: any) => string;