MCPcopy Create free account
hub / github.com/chronoxor/CppLogging / seconds

Method seconds

examples/format.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 int hours() const { return _hours; }
46 int minutes() const { return _minutes; }
47 int seconds() const { return _seconds; }
48
49 friend CppLogging::Record& operator<<(CppLogging::Record& record, const DateTime& datetime)
50 {

Callers 5

LayoutRecordMethod · 0.45
PrepareFilePathMethod · 0.45
ProcessThreadMethod · 0.45
ProcessThreadMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected