Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Scan Logback configuration files #26

@sebastiankirsch

Description

@sebastiankirsch

Given the following Logback configuration

<configuration>
  <appender name="myAppender" class="de.is24.deadcode4j.UsedClass"/>
  <root level="debug">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>

de.is24.deadcode4j.UsedClass is not recognized as class being in use.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions