18 #include "mongo/base/string_data.h"
19 #include "mongo/logger/log_component.h"
20 #include "mongo/logger/log_severity.h"
21 #include "mongo/platform/cstdint.h"
22 #include "mongo/util/time_support.h"
41 _component(LogComponent::kDefault),
42 _contextName(contextName),
52 _component(component),
53 _contextName(contextName),
56 uint64_t getDate()
const {
Log components.
Definition: log_component.h:32
A StringData object wraps a 'const string&' or a 'const char*' without copying its contents...
Definition: string_data.h:43
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
Free form text log message object that does not own the storage behind its message and contextName...
Definition: message_event.h:33
Definition: time_support.h:39
Representation of the severity / priority of a log message.
Definition: log_severity.h:33