puppeteer v0.8.0 (2016-09-05T11:38:30Z)
Dub
Repo
BasicLogger
puppeteer
logging
basic_logger
Undocumented in source.
package shared
struct
BasicLogger {
this
(string logFilename);
void
log
(string message);
~this
();
}
Constructors
this
this
(string logFilename)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
log
void
log
(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
puppeteer
logging
basic_logger
structs
BasicLogger