Interface ILogColors

interface ILogColors {
    All?: string;
    DateTime?: string;
    Level?: string;
    Message?: string;
}

Properties

All?: string
DateTime?: string
Level?: string
Message?: string

Generated using TypeDoc