2dyfet: As I undestand you read only first message in thread in Help Forum, so I repost my message here. :-)
log uses the thread-safe buffer, which gets from getThread() (it is member of Thread) only in method overflow(int). As I can undestand, this is measure to prevent mix text of messages from each thread. But attributes of messages (such as 'level' and 'class', which setted by slog(level,class) and etc aren't placed in thread buffer, so such attributes can be mixed between messages from different threads.
Am I correct undestanding?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
2dyfet: As I undestand you read only first message in thread in Help Forum, so I repost my message here. :-)
log uses the thread-safe buffer, which gets from getThread() (it is member of Thread) only in method overflow(int). As I can undestand, this is measure to prevent mix text of messages from each thread. But attributes of messages (such as 'level' and 'class', which setted by slog(level,class) and etc aren't placed in thread buffer, so such attributes can be mixed between messages from different threads.
Am I correct undestanding?