package kernel.log; typedef LogLine = { level:LogLevel, message:String, time:Int, ?origin:String, }