graphite v1.6.0 (2015-10-03T07:25:20Z)
Home
Dub
Repo
Logger.writeln
graphite
utils
log
Logger
ロガーに文字列を出力します。 文字列は
LogElement
!
string
に格納され、バックエンドに渡されます。
void
writeln
(T args)
struct
Logger
(Backend)
version(D_Ddoc)
void
writeln
(
Level
lv
T
...
)
(
T
args
)
if
(
isOutputRange
!(
Backend
,
LogElement
!(
Variant
))
)
void
writeln
(T args)
Meta
Source
See Implementation
graphite
utils
log
Logger
functions
captureException
instance
thrLv
trace
writefln
writeln
writer
structs
LoggerImpl
ロガーに文字列を出力します。 文字列はLogElement!stringに格納され、バックエンドに渡されます。