gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
warning
gfx
core
log
add a log entry with warning severity
void
warning
(string tag, string msg)
void
warning
(
in
string
tag
,
scope
lazy
string
msg
)
void
warning
(uint mask, string tag, string msg)
void
warningf
(string tag, string fmt, Args args)
void
warningf
(uint mask, string tag, 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 warning severity