It would be much more useful if the logs were output in order including milliseconds. As it is they are often displayed out-of-order, that's clearly visible when you use __LINE__ in the identifier. They're often backwards. They should be displayed from newest to oldest in exact order of processing which is only possible if one includes milliseconds.
Post the first comment
Login to post a comment.