Opened 9 years ago

Closed 9 years ago

#9123 closed Feature Requests (fixed)

Named scope without "...->" prefix

Reported by: anonymous Owned by: Andrey Semashev
Milestone: To Be Determined Component: log
Version: Boost 1.54.0 Severity: Problem
Keywords: boost.log scope Cc:

Description

Currently,

    expr::format_named_scope("Scope",
                             keywords::format = "%n",
                             keywords::iteration = expr::forward,
                             keywords::depth = 1)

produces the following scope formatting in the log:

    scope1
    ...->scope2
    ...->scope3

The prefix of "..." is impossible to remove. Even if one specifies keywords::delimiter = "", there still will be "..." in the log.

Please make it possible to format named scope without "..." prefix.

Change History (2)

comment:2 by Andrey Semashev, 9 years ago

Resolution: fixed
Status: newclosed

Merged to master.

Note: See TracTickets for help on using tickets.