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.
Note:
See TracTickets
for help on using tickets.
Implemented in develop: https://github.com/boostorg/log/commit/25b59e51e03843429f706002e65ff3aadcbbdc78.