Summary
LogLevel.default and LogLevel.error in @fluidframework/core-interfaces are deprecated in favor of the semantically clearer LogLevel.info and LogLevel.essential respectively.
This issue tracks their removal in the v3.0 major release.
Details
LogLevel.default (= 20) → replaced by LogLevel.info
LogLevel.error (= 30) → replaced by LogLevel.essential
The new values were added in PR #26947 alongside deprecation of the old values.
Summary
LogLevel.defaultandLogLevel.errorin@fluidframework/core-interfacesare deprecated in favor of the semantically clearerLogLevel.infoandLogLevel.essentialrespectively.This issue tracks their removal in the v3.0 major release.
Details
LogLevel.default(= 20) → replaced byLogLevel.infoLogLevel.error(= 30) → replaced byLogLevel.essentialThe new values were added in PR #26947 alongside deprecation of the old values.