TLogCtor

type TLogCtor = new () => Partial<ILog>;

Constructor type for log adapters. Used for custom log implementations.