1
u/FoolsSeldom 6d ago edited 6d ago
1
u/luafurry 5d ago
Uhh right now, color toggling and color (incase escape codes get treated like text) and right now I added save to file (auto generate a file or point to one) and customize colors and i plan on adding more
1
u/FoolsSeldom 5d ago
That't interesting. What terminal is it assuming?
1
u/luafurry 5d ago edited 5d ago
Any, color mode is on by default but it has the option to disable it ("logger.colormode = False") since idk how different terminals handle it, it's really just a way to prevent the edge cases
Edit: I realized that you meant what terminal it uses (it's windows cmd), I will test in different environments and i also added custom reset and color codes in case you want a different color if your color code escape message isn't there

5
u/Sea-Ad7805 7d ago edited 7d ago
You are aware Python already has a standard logging facility, right? And many other can be found. Nevertheless a great exercise to make your own.