unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
Logger
unecht
core
logger
Undocumented in source.
static if
(!(
__VERSION__ >= 2067
))
struct
Logger {
void
info
(string str);
void
infof
(string str, ARGS args);
alias
error
=
info
;
alias
errorf
=
infof
;
alias
warning
=
info
;
alias
warningf
=
infof
;
}
Members
Aliases
error
alias
error
=
info
Undocumented in source.
errorf
alias
errorf
=
infof
Undocumented in source.
warning
alias
warning
=
info
Undocumented in source.
warningf
alias
warningf
=
infof
Undocumented in source.
Functions
info
void
info
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
infof
void
infof
(string str, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unecht
core
logger
classes
HistoryLogger
structs
Logger
variables
log
logHistory