dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
LoggingWriter
dxx
sys
shellcmd
Undocumented in source.
class
LoggingWriter :
TextWriter
{
string
prefix
;
this
(string p);
void
writeText
(dstring text);
}
Constructors
this
this
(string p)
Undocumented in source.
Members
Functions
writeText
void
writeText
(dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
prefix
string
prefix
;
Undocumented in source.
Inherited Members
From TextWriter
writeText
void
writeText
(dstring text)
log lines
Meta
Source
See Implementation
dxx
sys
shellcmd
classes
LoggingWriter
functions
shellCmd