mirror of
https://github.com/deavmi/gogga.git
synced 2025-02-19 12:16:54 +00:00
Transform
- Rustacean mode implemented
This commit is contained in:
parent
2cfaf9cc60
commit
9328d6d021
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user