/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/libpanda.x/i/panda/log/console.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 2 | 50.0 |
branch | 0 | 2 | 0.0 |
condition | n/a | ||
subroutine | n/a | ||
pod | n/a | ||
total | 1 | 4 | 25.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | #pragma once | ||||||
2 | #include "../log.h" | ||||||
3 | |||||||
4 | namespace panda { namespace log { | ||||||
5 | |||||||
6 | 0 | 0 | struct ConsoleLogger : ILogger { | ||||
7 | 2 | ConsoleLogger () {} | |||||
8 | |||||||
9 | void log (const string&, const Info&) override; | ||||||
10 | }; | ||||||
11 | |||||||
12 | }} |