void log(Object message, {String prefix = "", int indent = 0}) { print( "${modifiers.map((i) => i.chatColor).join("")}${indent > 0 ? " " * indent : ""}$_header${"$prefix$message".chatColor}"); }