Skip to content

Remove deprecated LogLevel.default and LogLevel.error #26969

@MarioJGMsoft

Description

@MarioJGMsoft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions