Skip to content

lib/log: Proper reentrant loggingΒ #50

@notYuriy

Description

@notYuriy

Reentrant logging, as it is implemented now, is barely useful. The only way reentracy could be helpful is iff there is an exception in the log function itself. However, this probably means that log state is corrupted anyways and log should not be trusted. Instead, there should be a trusted subset of log_nolock that would handle exceptions in log itself. For example, it can just output to e9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions