Transform

- Rustacean mode implemented
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 13:56:53 +02:00
parent 2cfaf9cc60
commit 9328d6d021
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ public class GoggaTransform : MessageTransform
*/
else
{
finalOutput = cast(string)debugColor(to!(string)(level)~"\t", level);
finalOutput ~= cast(string)(colorSrc(context[1]~"/"~context[4]~":"~context[2]~" "));
finalOutput ~= text~"\n";
}
return finalOutput;