I don't really need the date and time for each log that prints to the xcode console. I've tried log.dateFormatter = nil
but that didn't seem to do anything for me.
How do I turn off the date and time for each log?
157 Views Asked by Raghav At
1
The Advanced Usage section of its repo specifies a parameter,
showDate
, that can be set tofalse
.