Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

LogWrapper::<<(list) does not behave like LogWrapper::<<(string) used on each element of the list #125

@dawagner

Description

@dawagner

Calling info() << someList should be identical to calling info() << element on each element of someList.

This is not the case because when used on a list, the string is concatenated with \n and the logging callback is called once. Instead, the logging callback should be called for each line and we shouldn't assume anything on the "newline" character.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions