Logger.log - multiple declarations
- Function Logger.log
- Function Logger.log
- Function Logger.log
- Function Logger.log
Function Logger.log
Legacy logging interface relying on dynamic memory allocation.
Override beginLine
,
put
,
endLine
instead for a more efficient and
possibly allocation-free implementation.
Prototype
void log(
ref LogLine line
) @safe;
Function Logger.log
Legacy logging interface relying on dynamic memory allocation.
Override beginLine
,
put
,
endLine
instead for a more efficient and
possibly allocation-free implementation.
Prototype
void log(
ref LogLine line
) @safe;
Function Logger.log
Legacy logging interface relying on dynamic memory allocation.
Override beginLine
,
put
,
endLine
instead for a more efficient and
possibly allocation-free implementation.
Prototype
void log(
ref LogLine line
) @safe;
Function Logger.log
Legacy logging interface relying on dynamic memory allocation.
Override beginLine
,
put
,
endLine
instead for a more efficient and
possibly allocation-free implementation.
Prototype
void log(
ref LogLine line
) @safe;
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.