gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
logf
gfx
core
log
add a log entry
void
logf
(Severity sev, string tag, string fmt, Args args)
void
logf
(Severity sev, uint mask, string tag, string fmt, Args args)
void
logf
(
Args
...
)
(
in
Severity
sev
,
in
uint
mask
,
in
string
tag
,
in
string
fmt
,
Args
args
)
Meta
Source
See Implementation
gfx
core
log
classes
FileLogger
StdErrLogger
StdOutLogger
enums
Severity
functions
debug_
debugf
error
errorf
info
infof
log
logf
trace
tracef
warning
warningf
interfaces
Logger
manifest constants
defaultSeverity
properties
logger
mask
msgFormat
severity
timeFormat
structs
LogTag
variables
defaultMask
defaultMsgFormat
defaultTimeFormat
add a log entry