gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
infof
gfx
core
log
add a log entry with info severity
void
infof
(string tag, string fmt, Args args)
void
infof
(uint mask, string tag, string fmt, Args args)
void
infof
(
Args
...
)
(
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 with info severity