-
- All Known Implementing Classes:
Absent
,AbstractRecordOutlet
,AbstractRecordStreamlet
,Accept
,AcceptCharset
,AcceptEncoding
,AcceptLanguage
,ActorHostDef
,ActorLaneDef
,ActorMeshDef
,ActorNodeDef
,ActorPartDef
,ActorSpaceDef
,Allow
,AndOperator
,Arg
,Attr
,AuthedResponse
,AuthenticatorAddress
,AuthRequest
,AvroName
,AvroNamespace
,BinaryOperator
,BitwiseAndOperator
,BitwiseNotOperator
,BitwiseOrOperator
,BitwiseXorOperator
,Bool
,BoxR2
,BoxR3
,BoxZ2
,BoxZ3
,BridgeFunc
,BTree
,BTreeMap
,ChildrenSelector
,ChunkExtension
,CircleR2
,ClientAuth
,ClockDef
,Cmd
,CommandMessage
,ConditionalOperator
,Connection
,ContentCoding
,ContentEncoding
,ContentLength
,ContentType
,Data
,DbStoreDef
,DeauthedResponse
,DeauthRequest
,DescendantsSelector
,DivideOperator
,DownlinkAddress
,DownlinkRecord
,DownlinkStreamlet
,EdgeAddress
,Envelope
,EqOperator
,EventMessage
,Expect
,Expression
,Extant
,Field
,FilterSelector
,FingerTrieSeq
,FlowControl
,FlowModifier
,Func
,GeOperator
,GetAttrSelector
,GetItemSelector
,GetSelector
,GoogleIdAuthenticatorDef
,GoogleIdToken
,GtOperator
,HashTrieMap
,HashTrieSet
,Host
,HostAddress
,HostAddressed
,HttpBody
,HttpCharset
,HttpChunk
,HttpChunked
,HttpChunkHeader
,HttpChunkTrailer
,HttpHeader
,HttpMethod
,HttpRequest
,HttpResponse
,HttpSettings
,HttpStatus
,HttpValue
,HttpVersion
,IdentitySelector
,InputSettings
,InterpreterSettings
,InvokeOperator
,IpSettings
,Item
,JavaAgentDef
,JavaPlaneDef
,JsAgentDef
,JsonWebKey
,JsonWebSignature
,JsonWebToken
,JsPlaneDef
,KeysSelector
,LambdaFunc
,LaneAddress
,LaneAddressed
,LanguageRange
,LeOperator
,LinkAddressed
,LinkedResponse
,LinkRequest
,ListDownlinkRecord
,LiteralSelector
,LtOperator
,MapDownlinkRecord
,Mark
,MaxForwards
,MediaRange
,MediaType
,MeshAddress
,MinusOperator
,ModuloOperator
,MqttConnAck
,MqttConnect
,MqttConnStatus
,MqttDisconnect
,MqttPayload
,MqttPingReq
,MqttPingResp
,MqttPubAck
,MqttPubComp
,MqttPublish
,MqttPubRec
,MqttPubRel
,MqttQoS
,MqttSettings
,MqttSubAck
,MqttSubscribe
,MqttSubscription
,MqttSubStatus
,MqttUnsubAck
,MqttUnsubscribe
,MqttValue
,MutableTensor
,NegativeOperator
,NeOperator
,NodeAddress
,NotOperator
,Num
,OpenIdAuthenticatorDef
,OpenIdToken
,Operator
,Opt
,Origin
,OrOperator
,OutputSettings
,PageType
,PartAddress
,PlusOperator
,PointR2
,PointR3
,PointZ2
,PointZ3
,PolicyDirective
,PositiveOperator
,Precision
,Product
,QTree
,QTreeMap
,R
,R2
,R3
,RawHeader
,Record
,RecordModel
,RecordScope
,RecordStreamlet
,RN
,SecWebSocketAccept
,SecWebSocketExtensions
,SecWebSocketKey
,SecWebSocketProtocol
,SecWebSocketVersion
,Selector
,Server
,ServiceAddress
,Slot
,Span
,SphereR3
,StoreAddress
,StoreSettings
,STree
,STreeList
,SyncedResponse
,SyncRequest
,Tag
,TcpSettings
,Tensor
,TensorArray
,TensorDims
,Text
,TheaterDef
,TimesOperator
,TlsSettings
,TransferCoding
,TransferEncoding
,TransportSettings
,UnaryOperator
,UnlinkedResponse
,UnlinkRequest
,Upgrade
,UpgradeProtocol
,UplinkAddress
,Uri
,UriAuthority
,UriFragment
,UriHost
,UriMapper
,UriPath
,UriPattern
,UriPort
,UriQuery
,UriScheme
,UriUser
,UserAgent
,UtfErrorMode
,Value
,ValueDownlinkRecord
,ValuesSelector
,VectorR2
,VectorR3
,VectorRN
,VectorZ2
,VectorZ3
,WarpSettings
,WebServiceDef
,WebSocketExtension
,WebSocketParam
,WsBinary
,WsClose
,WsEngineSettings
,WsFragment
,WsOpcode
,WsPing
,WsPong
,WsSettings
,WsStatus
,WsText
,WsValue
,Z
,Z2
,Z3
public interface Debug
Type that can output a developer readable debug string.Debug
implementations may useOutput.settings()
to tailor the format of their debug strings. For example, debug strings may be stylized whenOutputSettings.isStyled()
returnstrue
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
debug(Output<?> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
-
-
Method Detail
-
debug
void debug(Output<?> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.- Throws:
OutputException
- if theoutput
exits the cont state before the full debug string has been written.
-
-