MassageLine typedef

MassageLine = ({Encoding enc, bool isSystem, String msg, int nr})

Implementation

typedef MassageLine = ({int nr, String msg, Encoding enc, bool isSystem});