|
|
|
|
|
by XorNot
562 days ago
|
|
I have a persistent mental nag that the way we do logging always seems so inefficient: that theoretically no application should ever be outputting actual text messages, because logs are basically fixed strings + formatting data. So in theory we could uniquely identify all logs as a much more compact binary representation + a lookup table we ship with the executable. |
|
You can see a fairly general explanation of the concept here: https://messagetemplates.org/