mage ~gen-vs2013 (2022-02-23T00:05:29.9661958)
Dub
Repo
Block
mage
log
Undocumented in source.
struct
Block {
string
message
;
int
indentation
;
bool
isPrinted
;
this
();
this
(string message, Args fmtargs);
~this
();
void
print
(string linePrefix, string messagePrefix, string messageSuffix);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string message, Args fmtargs)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
print
void
print
(string linePrefix, string messagePrefix, string messageSuffix)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
indentation
int
indentation
;
Undocumented in source.
isPrinted
bool
isPrinted
;
Undocumented in source.
message
string
message
;
Undocumented in source.
Meta
Source
See Implementation
mage
log
functions
doLog
error
forcedBlock
indentString
info
printBlocks
trace
warning
properties
indentSize
structs
Block
variables
blocks