log v0.5.0 (2022-06-20T11:36:06Z)
Dub
Repo
Log.append
util
log
Log
Undocumented in source.
void
append
(A args)
template
append
(LogLevel level)
void
append
(
alias
fmt
Fence
_
=
Fence
()
string
file
= __FILE__
size_t
line
= __LINE__
A
...
)
(
lazy
A
args
)
if
(
isSomeString
!(
typeof
(
fmt
))
)
void
append
(Char[] fmt, A args)
void
append
(A arg)
Members
Functions
append
void
append
(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void
append
(Char[] fmt, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void
append
(A arg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
util
log
Log
aliases
error
fatal
info
trace
warn
constructors
this
functions
fileDescriptors
templates
append