The output format of logs; how they will appear when printed out into a string.
A bare-bones log format: 09:52:07:324 🔹 (SDL)Protocol – a random test i guess
SDLLogFormatTypeSimple
case simple = 0
A middle detail default log format: 09:52:07:324 🔹 (SDL)Protocol:SDLV2ProtocolHeader:25 – Some log message
SDLLogFormatTypeDefault
case `default` = 1
A very detailed log format: 09:52:07:324 🔹 DEBUG com.apple.main-thread:(SDL)Protocol:[SDLV2ProtocolHeader parse:]:74 – Some log message
SDLLogFormatTypeDetailed
case detailed = 2