Skip to content

Class "Tracy\FireLogger" not found #514

@slepic

Description

@slepic

Version: 2.7.1 - 2.8.5 (probably up to current - 2.8.7 - but not tried)

Bug Description

If productionMode is false and showFireLogger is true I get this error when trying tog an error

Class "Tracy\FireLogger" not found

/vendor/tracy/tracy/src/Tracy/Debugger/Debugger.php in Tracy\Debugger::getFireLogger at line 513

Expected Behavior

the FireLogger class is autoloaded by tracy automatically

Possible Solution

as workaround i require_once the FireLogger class manually before using tracy

True solution however probably lies in this commit
54ec37a
where preloading of some classes was refactored but the FireLogger class was dropped from the list and it should be added back to the list

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