bdw429s
09/01/2022, 5:44 PMwil-shiftinsert
09/01/2022, 5:45 PMbdw429s
09/01/2022, 5:45 PMbdw429s
09/01/2022, 5:45 PMduplicate()
when passing itwil-shiftinsert
09/01/2022, 5:46 PMbdw429s
09/01/2022, 5:46 PMwil-shiftinsert
09/01/2022, 5:55 PMvar warning = arguments.exception.message;
logger.error( warning, arguments.exception );
from some errormethod in a basehandler.
I know these logEvents are queued and then processed by some queuehandling thread. But does this mean we can NEVER pass some struct to a logmessage? I mean: always first use duplicate? In that case it would be better if loggers were always duplicating the extrainfo in a message, because you are never use these structs are still there.
I only see this in a system under stress (aka using testbox 🙂 ). I guess in other situations the logs have been processed before the struct has been clearedbdw429s
09/01/2022, 6:01 PMbdw429s
09/01/2022, 6:02 PMwil-shiftinsert
09/01/2022, 6:03 PMbdw429s
09/01/2022, 6:04 PMbdw429s
09/01/2022, 6:04 PMbdw429s
09/01/2022, 6:04 PMwil-shiftinsert
09/01/2022, 6:09 PMwil-shiftinsert
09/01/2022, 6:12 PMwil-shiftinsert
09/01/2022, 8:12 PMzackster
09/05/2022, 9:55 AM