retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
MessageLogger
retrograde
debugging
Undocumented in source.
class
MessageLogger {
channel
[@property getter];
log
[@property getter];
this
(MessageChannel channel);
void
connect
();
}
Constructors
this
this
(MessageChannel channel)
Undocumented in source.
Members
Functions
connect
void
connect
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
channel
channel
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
log
log
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
retrograde
debugging
classes
DebugEventPrinter
EntityManagerDebugWidget
GameInfoDebugWidget
MessageLogger
MessagingDebugWidget
RemoteDebugger
RemoteDebuggerContext
SimpleDebugWidget
functions
registerRetrogradeDebugSids
interfaces
DebugWidget