gflog-benchmark/src/main/java/com/epam/deltix/gflog/benchmark/gflog/GflogStubBenchmark.java [83:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        LOG.debug("%s%s%s%s%s%s%s%s%s%s")
                .with("1")
                .with(2)
                .with('3')
                .with(4L)
                .with(5.0)
                .with("6")
                .with(7)
                .with('8')
                .with(9L)
                .with(10.0);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gflog-benchmark/src/main/java/com/epam/deltix/gflog/benchmark/gflog/GflogStubBenchmark.java [107:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            LOG.debug("%s%s%s%s%s%s%s%s%s%s")
                    .with("1")
                    .with(2)
                    .with('3')
                    .with(4L)
                    .with(5.0)
                    .with("6")
                    .with(7)
                    .with('8')
                    .with(9L)
                    .with(10.0);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



