Functions | |
constexpr const char * | Basename (const char *fname, int offset) |
static void | DefaultInternalLog (absl::LogSeverity severity, const char *file, int line, const std::string &message) |
ABSL_CONST_INIT absl::base_internal::AtomicHook < InternalLogFunction > | internal_log_function (DefaultInternalLog) |
void | RawLog (absl::LogSeverity severity, const char *file, int line, const char *format,...) ABSL_PRINTF_ATTRIBUTE(4 |
bool | RawLoggingFullySupported () |
void | RegisterInternalLogFunction (InternalLogFunction func) |
void | SafeWriteToStderr (const char *s, size_t len) |
Variables | |
base_internal::AtomicHook < InternalLogFunction > | internal_log_function |
constexpr const char* absl::raw_logging_internal::Basename | ( | const char * | fname, |
int | offset | ||
) |
Definition at line 119 of file raw_logging.h.
static void absl::raw_logging_internal::DefaultInternalLog | ( | absl::LogSeverity | severity, |
const char * | file, | ||
int | line, | ||
const std::string & | message | ||
) | [static] |
Definition at line 214 of file raw_logging.cc.
ABSL_CONST_INIT absl::base_internal::AtomicHook<InternalLogFunction> absl::raw_logging_internal::internal_log_function | ( | DefaultInternalLog | ) |
void absl::raw_logging_internal::RawLog | ( | absl::LogSeverity | severity, |
const char * | file, | ||
int | line, | ||
const char * | format, | ||
... | |||
) |
Definition at line 202 of file raw_logging.cc.
Definition at line 219 of file raw_logging.cc.
void absl::raw_logging_internal::RegisterInternalLogFunction | ( | InternalLogFunction | func | ) |
Definition at line 230 of file raw_logging.cc.
void void absl::raw_logging_internal::SafeWriteToStderr | ( | const char * | s, |
size_t | len | ||
) |
Definition at line 186 of file raw_logging.cc.
base_internal::AtomicHook<InternalLogFunction> absl::raw_logging_internal::internal_log_function |