Skip to content

Implement blocking appender for RollingFile and Syslog #96

@tisonkun

Description

@tisonkun

Sometiems, using NonBlocking and send the formatted record to another threads for logging can be even slower.

Use a mutex to lock the file/stream and log can be fast.

This issue can require a benchmark suite in front.

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