Skip to main content
Version: Next

Configuration.logLevel property

Signature:

interface Configuration {
logLevel?: 'silent' | 'error' | 'warn';
}