vibe.d beta banner
get vibe.d
0.10.0

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

Class HTMLLogger

Logger implementation for logging to an HTML file with dynamic filtering support.

class HTMLLogger
  : Logger ;

Constructors

NameDescription
this (filename)

Fields

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

Properties

NameTypeDescription
minLogLevel[set] LogLevel

Methods

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