1
0
Files
tweed5-commons-logging/NOTICE.txt
Siphalor 79058f2a49
Some checks failed
Java CI / build (false, 11) (push) Has been cancelled
Java CI / build (false, 17) (push) Has been cancelled
Java CI / build (false, 21) (push) Has been cancelled
Java CI / build (false, 23) (push) Has been cancelled
Java CI / build (false, 8) (push) Has been cancelled
Java CI / build (true, 24-ea) (push) Has been cancelled
Fix running on older Log4J2 versions
2025-11-03 02:37:22 +01:00

13 lines
356 B
Plaintext

Apache Commons Logging
Copyright 2001-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
---
Changes by Siphalor for Tweed 5:
- Allow `Log4jApiLogFactory` to be used with older versions of Log4j2
by using reflection to access the `isClassLoaderDependent` method.