You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example log message printing format :
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::Init@13] Hello
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::Init@13] Hello
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::Init@13] Hello
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::AddData@18] Data Added Successfully
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::AddData@18] Data Added Successfully
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::AddData@18] Data Added Successfully
I am using same log instance on exe and DLL , On .exe it working well, but on DLL messages printed on multiple times even on same thread ID.
The text was updated successfully, but these errors were encountered:
Example log message printing format :
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::Init@13] Hello
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::Init@13] Hello
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::Init@13] Hello
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::AddData@18] Data Added Successfully
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::AddData@18] Data Added Successfully
10520 2023-05-18 13:51:52.192 INFO [24880] [Person::AddData@18] Data Added Successfully
I am using same log instance on exe and DLL , On .exe it working well, but on DLL messages printed on multiple times even on same thread ID.
The text was updated successfully, but these errors were encountered: