vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Class Logger

Abstract base class for all loggers

class Logger ;

Fields

NameTypeDescription
minLevel LogLevel
multilineLogger boolWhether the logger can handle multiple lines in a single beginLine/endLine.

Methods

NameDescription
acceptsLevel (value)
beginLine (line_info) Starts a new log line.
endLine () Finalizes a log line.
log (line) Legacy logging interface relying on dynamic memory allocation.
put (text) Writes part of a log line message.
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.