Advanced Logging
Create a robust logging system that can handle a high volume of logs while storing the data very efficiently. Event-based logging would work, where a logger can register various event types that have input parameters which each directly translate to binary. Then whenever the logger encounters that event, it will only need store the inputs in a binary table.