Colors and Special Text Effects in Go Logs: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=External=
=External=
* https://www.baeldung.com/java-log-console-in-color
* https://www.baeldung.com/java-log-console-in-color
* https://github.com/bit101/go-ansi
=Internal=
=Internal=
* [[Go_Logging#Subjects|Go Logging]]
* [[Go_Logging#Subjects|Go Logging]]

Revision as of 21:04, 5 January 2024

External

Internal

Overview

Start red font: \u001B[31m.

End red font: \u001B[0m.