logging-log4j2 icon indicating copy to clipboard operation
logging-log4j2 copied to clipboard

Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.

Results 483 logging-log4j2 issues
Sort by recently updated
recently updated
newest added

This is a simple arbiter using environment variables functionnally based on the existing system property arbiter (on which I corrected some typos). I tried to write unit tests for it...

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 3.5.5 to 3.10.3. Release notes Sourced from liquibase-core's releases. v3.10.3 Liquibase 3.10.3 is a bugfix release Changes This release merges many community-contributed pull requests. Thanks to everyone...

dependencies

Hi, I've added a specialized abbreviator named `DynamicWordAbbreviator` to address the specific requirement of this feature request. Javadoc added and JUnit test updated to cover the new feature.

DO NOT MERGE: candidate for a 2.19 release after more important changes occur in 2.18 ``` // logEvents.html.zip smtpBuilder.setAttachEvents(true); smtpBuilder.setAttachEventsCompression(SmtpManager.AttachEventsCompression.ZIP); ``` ``` // logEvents.html smtpBuilder.setAttachEvents(true); ``` ``` // logEvents.txt.gz smtpBuilder.setLayout(PatternLayout.createDefaultLayout())...

This will add the "Eclipse-ExtensibleAPI" header to the manifest of "core" bundle, to allow any fragement (resp. the log4j 1.2 bridge) to extend the API of core bundle.

fix Appenders DeleteAction didn't work when basepath is symbolicLink. jira:https://issues.apache.org/jira/browse/LOG4J2-3342 ![image](https://user-images.githubusercontent.com/37694724/149617084-6f02f4bb-f3d1-45ee-bf76-389b289c2f25.png) ![image](https://user-images.githubusercontent.com/37694724/149616974-1c89645c-4b31-4319-ba15-61ea24233214.png) getSortedPaths should return subFile [log4j-shix-....log],but it only return currentFile dirName [log/file] problem:Files.walkFileTree api in java.nio can't list File...

See [Log4j 3215](https://issues.apache.org/jira/browse/LOG4J2-3215) for more details. Please, have a look at the changes in `src/changes/changes.xml` I've failed to find out instructions on how to update this file properly :)

The DirectWriteRolloverStrategy should at the start up choose the last index if has eligible files instead the eligible files size.

some PatternLayOut.java source code about "disableAnsi" in master branch like this: If {@code "true"} (default is value of system property `log4j.skipJansi`, or `true` if undefined), do not output ANSI escape...