type TLogCtor = new () => Partial<ILog>; Copy
type TLogCtor = new () => Partial<ILog>;
Constructor type for log adapters. Used for custom log implementations.