TLoggerInstanceCtor
type TLoggerInstanceCtor = new (clientId: string, callbacks: Partial<ILoggerInstanceCallbacks>) => ILoggerInstance;
Constructor type for creating logger instances.
Used by LoggerUtils to instantiate custom or default LoggerInstance objects.