Does Mafia not log HTML output?

fxer

Member
Does Mafia not add HTML to the session log, specifically say printing a <table> with print_html() (or vprint_html) ?
 
If you want it to save <table> then you need to add it. Since there can be mixed html and non... if it were partially forced, it would be a horrid mess.
 
I actually specifically use print_html() over print() whenever I don't want to clutter and bloat my log files with things that there's no reason to log.
 
I actually specifically use print_html() over print() whenever I don't want to clutter and bloat my log files with things that there's no reason to log.

That's what I do too. I even change other people's scripts to use print_html() most of the time for my own use.
 
Back
Top