class NullStream
Defined at line 47 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
A `NullStream` implements the API of `LogMessage` (a few methods and
`operator
<
<
`) but does nothing. All methods are defined inline so the
compiler can eliminate the whole instance and discard anything that's
streamed in.
Public Methods
NullStream & AtLocation (absl::string_view , int )
Defined at line 49 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename SourceLocationType>
NullStream & AtLocation (SourceLocationType )
Defined at line 51 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
NullStream & NoPrefix ()
Defined at line 54 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
NullStream & WithVerbosity (int )
Defined at line 55 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename TimeType>
NullStream & WithTimestamp (TimeType )
Defined at line 57 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename Tid>
NullStream & WithThreadID (Tid )
Defined at line 61 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename LogEntryType>
NullStream & WithMetadataFrom (const LogEntryType & )
Defined at line 65 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
NullStream & WithPerror ()
Defined at line 68 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename LogSinkType>
NullStream & ToSinkAlso (LogSinkType * )
Defined at line 70 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename LogSinkType>
NullStream & ToSinkOnly (LogSinkType * )
Defined at line 74 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
template <typename LogSinkType>
NullStream & OutputToSink (LogSinkType * , bool )
Defined at line 78 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h
NullStream & InternalStream ()
Defined at line 81 of file ../../third_party/abseil-cpp/absl/log/internal/nullstream.h