dxx v0.0.9 (2018-11-07T11:31:35Z)
Dub
Repo
MsgLog.info
dxx
util
log
MsgLog
Undocumented in source. Be warned that the author may not have intended to support it.
class
MsgLog
nothrow static
void
info
(
int
line
= __LINE__
string
file
= __FILE__
string
funcName
= __FUNCTION__
string
prettyFuncName
= __PRETTY_FUNCTION__
string
moduleName
= __MODULE__
A
...
)
(
lazy
A
args
)
Meta
Source
See Implementation
dxx
util
log
MsgLog
aliases
logger
functions
handleNotification
static functions
addLogNotificationListener
error
fatal
info
removeLogNotificationListener
sendLogNotification
trace
warning
static variables
_MSGLOG
structs
LogNotification