Skip to content

Automatic choice of new logfile when size is too large #22

Description

@ibaun

There's a bug at line 76 in mlog/file_logger.hpp. m_stream.open() will only succeed if the stream is already closed. Opening an already open stream will always fail. So I suggest to add m_stream.close(); between line 75 and 76.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions