1 2 3 4 5 6 7
import util.log; void main() { log = Log(stderrLogger, stdoutLogger(LogLevel.info), fileLogger("log")); log.warn("test"); }