httpcomponents-client/httpclient5-win/src
Carter Kozak 9866865357 HTTPCLIENT-2096: Migrate instance loggers to static fields
Note that this may change the origin of logging when classes
have been subclassed, as the logger origin will use the class
name that defined the logger where previously the subclass type
would be used. In scenarios where external libraries subclass
httpclient utilities this allows httpclient logging to maintain
the `org.apache.hc` prefix instead of inheriting arbitrary
subclass names.

Using some logging frameworks this may result in reduced churn
when httpclient components are created (new connections, for example)
because loggers are looked up once per class.
2020-07-09 11:34:48 +02:00
..
examples/org/apache/hc/client5/http/examples/client/win Moved classes and renamed packages (no functional changes) 2017-09-02 17:27:30 +02:00
main/java/org/apache/hc/client5/http/impl/win HTTPCLIENT-2096: Migrate instance loggers to static fields 2020-07-09 11:34:48 +02:00
test/resources Moved classic HttpClient and HC fluent integration tests to httpclient-testing module 2017-05-01 12:38:41 +00:00