#include "absl/base/internal/raw_logging.h"
#include <cstdarg>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/base/internal/atomic_hook.h"
#include "absl/base/internal/errno_saver.h"
#include "absl/base/log_severity.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::raw_logging_internal | |
Functions | |
void | absl::raw_logging_internal::AsyncSignalSafeWriteToStderr (const char *s, size_t len) |
ABSL_INTERNAL_ATOMIC_HOOK_ATTRIBUTES ABSL_DLL 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,...) |
bool | absl::raw_logging_internal::RawLoggingFullySupported () |
void | absl::raw_logging_internal::RegisterAbortHook (AbortHook func) |
void | absl::raw_logging_internal::RegisterInternalLogFunction (InternalLogFunction func) |
void | absl::raw_logging_internal::RegisterLogFilterAndPrefixHook (LogFilterAndPrefixHook func) |