UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

13 lines (12 loc) 186 B
/** * Log level of record. */ export declare enum LogLevel { Critical = 1, Error = 2, Warning = 3, Success = 4, Informational = 5, Verbose = 6, Debug = 7 }