#include "absl/base/internal/raw_logging.h"#include <stddef.h>#include <cstdarg>#include <cstdio>#include <cstdlib>#include <cstring>#include "absl/base/attributes.h"#include "absl/base/config.h"#include "absl/base/internal/atomic_hook.h"#include "absl/base/log_severity.h"
Go to the source code of this file.
Namespaces | |
| namespace | absl |
| namespace | absl::raw_logging_internal |
Functions | |
| static void | absl::raw_logging_internal::DefaultInternalLog (absl::LogSeverity severity, const char *file, int line, const std::string &message) |
| 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,...) ABSL_PRINTF_ATTRIBUTE(4 |
| bool | absl::raw_logging_internal::RawLoggingFullySupported () |
| void | absl::raw_logging_internal::RegisterInternalLogFunction (InternalLogFunction func) |
| void | absl::raw_logging_internal::SafeWriteToStderr (const char *s, size_t len) |
Variables | |
| static ABSL_CONST_INIT absl::base_internal::AtomicHook < absl::raw_logging_internal::AbortHook > | abort_hook |
| static constexpr int | kLogBufSize = 3000 |
| static ABSL_CONST_INIT absl::base_internal::AtomicHook < absl::raw_logging_internal::LogPrefixHook > | log_prefix_hook |
ABSL_CONST_INIT absl::base_internal::AtomicHook< absl::raw_logging_internal::AbortHook> abort_hook [static] |
Definition at line 77 of file raw_logging.cc.
constexpr int kLogBufSize = 3000 [static] |
Definition at line 106 of file raw_logging.cc.
ABSL_CONST_INIT absl::base_internal::AtomicHook< absl::raw_logging_internal::LogPrefixHook> log_prefix_hook [static] |
Definition at line 75 of file raw_logging.cc.