Package com.google.protobuf
Class DebugFormat
java.lang.Object
com.google.protobuf.DebugFormat
Provides an explicit API for unstable, redacting debug output suitable for debug logging. This
implementation is based on TextFormat, but should not be parsed.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlazyToString
(MessageOrBuilder message) lazyToString
(UnknownFieldSet fields) static DebugFormat
static DebugFormat
toString
(Descriptors.FieldDescriptor field, Object value) toString
(MessageOrBuilder message) toString
(UnknownFieldSet fields)
-
Field Details
-
isSingleLine
private final boolean isSingleLine
-
-
Constructor Details
-
DebugFormat
private DebugFormat(boolean singleLine)
-
-
Method Details
-
singleLine
-
multiline
-
toString
-
toString
-
toString
-
lazyToString
-
lazyToString
-