ModularM
Modular2y ago
4 replies
Analista

Logging and string formatting

Hello,
I am building with mojo and wondering if there is any logger module out there or we can only print for now. On the other side I would like to check which are the string formatting options to be able to print variables mixed with messages etc. I tried .format() but I get an error that 'StringLiteral' value has no attribute 'format'
Was this page helpful?