Typedefs | |
| using | AbortHook = void(*)(const char *file, int line, const char *buf_start, const char *prefix_end, const char *buf_end) |
| using | InternalLogFunction = void(*)(absl::LogSeverity severity, const char *file, int line, const std::string &message) |
| using | LogFilterAndPrefixHook = bool(*)(absl::LogSeverity severity, const char *file, int line, char **buf, int *buf_size) |
| using | LogPrefixHook = bool(*)(absl::LogSeverity severity, const char *file, int line, char **buffer, int *buf_size) |
Functions | |
| void | AsyncSignalSafeWriteToStderr (const char *s, size_t len) |
| constexpr const char * | Basename (const char *fname, int offset) |
| ABSL_INTERNAL_ATOMIC_HOOK_ATTRIBUTES ABSL_DLL absl::base_internal::AtomicHook< InternalLogFunction > | internal_log_function (DefaultInternalLog) |
| void | RawLog (absl::LogSeverity severity, const char *file, int line, const char *format,...) |
| bool | RawLoggingFullySupported () |
| void | RegisterAbortHook (AbortHook func) |
| void | RegisterInternalLogFunction (InternalLogFunction func) |
| void | RegisterLogFilterAndPrefixHook (LogFilterAndPrefixHook func) |
| void | RegisterLogPrefixHook (LogPrefixHook func) |
| void | SafeWriteToStderr (const char *s, size_t len) |
Variables | |
| ABSL_INTERNAL_ATOMIC_HOOK_ATTRIBUTES ABSL_DLL base_internal::AtomicHook< InternalLogFunction > | internal_log_function |
| typedef void(* absl::raw_logging_internal::AbortHook)(const char *file, int line, const char *buf_start, const char *prefix_end, const char *buf_end) |
Definition at line 168 of file abseil-cpp/absl/base/internal/raw_logging.h.
| typedef void(* absl::raw_logging_internal::InternalLogFunction)(absl::LogSeverity severity, const char *file, int line, const std::string &message) |
Definition at line 176 of file abseil-cpp/absl/base/internal/raw_logging.h.
| using absl::raw_logging_internal::LogFilterAndPrefixHook = typedef bool (*)(absl::LogSeverity severity, const char* file, int line, char** buf, int* buf_size) |
Definition at line 153 of file abseil-cpp/absl/base/internal/raw_logging.h.
| using absl::raw_logging_internal::LogPrefixHook = typedef bool (*)(absl::LogSeverity severity, const char* file, int line, char** buffer, int* buf_size) |
Definition at line 155 of file bloaty/third_party/abseil-cpp/absl/base/internal/raw_logging.h.
| void void absl::raw_logging_internal::AsyncSignalSafeWriteToStderr | ( | const char * | s, |
| size_t | len | ||
| ) |
Definition at line 200 of file abseil-cpp/absl/base/internal/raw_logging.cc.
|
constexpr |
Definition at line 119 of file abseil-cpp/absl/base/internal/raw_logging.h.
| 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, | ||
| ... | |||
| ) |
Definition at line 217 of file abseil-cpp/absl/base/internal/raw_logging.cc.
| bool absl::raw_logging_internal::RawLoggingFullySupported | ( | ) |
Definition at line 225 of file abseil-cpp/absl/base/internal/raw_logging.cc.
| void absl::raw_logging_internal::RegisterAbortHook | ( | AbortHook | func | ) |
Definition at line 241 of file abseil-cpp/absl/base/internal/raw_logging.cc.
| void absl::raw_logging_internal::RegisterInternalLogFunction | ( | InternalLogFunction | func | ) |
Definition at line 243 of file abseil-cpp/absl/base/internal/raw_logging.cc.
| void absl::raw_logging_internal::RegisterLogFilterAndPrefixHook | ( | LogFilterAndPrefixHook | func | ) |
Definition at line 237 of file abseil-cpp/absl/base/internal/raw_logging.cc.
| void absl::raw_logging_internal::RegisterLogPrefixHook | ( | LogPrefixHook | func | ) |
Definition at line 232 of file bloaty/third_party/abseil-cpp/absl/base/internal/raw_logging.cc.
| void void absl::raw_logging_internal::SafeWriteToStderr | ( | const char * | s, |
| size_t | len | ||
| ) |
Definition at line 198 of file bloaty/third_party/abseil-cpp/absl/base/internal/raw_logging.cc.
| ABSL_INTERNAL_ATOMIC_HOOK_ATTRIBUTES ABSL_DLL base_internal::AtomicHook< InternalLogFunction > absl::raw_logging_internal::internal_log_function |
Definition at line 179 of file bloaty/third_party/abseil-cpp/absl/base/internal/raw_logging.h.