SYMPTOMS
Log files have a 'D[X]T[YY] [ZZZZ]'reference in every entry where X, YY, and ZZZZ are identifiers/numbers.
CAUSE
The identifier/number information is part of the header and provides additional general information about the message.
RESOLUTION
The format within the message is as follows:
%d%property{log4net:HostName} D[%property{appdomainid}]T[%t][%osthread]
where:
%d = date
%property{log4net:HostName} = hostname
D[%property{appdomainid}] = .Net application domain identifier
T[%t] = thread identifier
[%osthread] = windows thread identifier
%property{log4net:HostName} = hostname
D[%property{appdomainid}] = .Net application domain identifier
T[%t] = thread identifier
[%osthread] = windows thread identifier
APPLIES TO
3.8; 3.9; 3.10
Comments
0 comments
Article is closed for comments.