Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging #17

Merged
merged 4 commits into from
Jun 19, 2024
Merged

Add logging #17

merged 4 commits into from
Jun 19, 2024

Conversation

Matyrobbrt
Copy link
Member

Adds a logger that can print additional debugging information.
AT validation is printed to stderr, and can be configured to error using --access-transformer-validation ERROR.

@Matyrobbrt Matyrobbrt added the enhancement New feature or request label Jun 19, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jun 19, 2024

  • Publish PR to GitHub Packages

Last commit published: 7ef60c9aacbc9acf1af85e314d9437586b3fec57.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #17' // https://github.com/neoforged/JavaSourceTransformer/pull/17
        url 'https://prmaven.neoforged.net/JavaSourceTransformer/pr17'
        content {
            includeModule('net.neoforged.jst', 'jst-cli-bundle')
            includeModule('net.neoforged.jst', 'jst-cli')
        }
    }
}

@Matyrobbrt Matyrobbrt requested a review from shartte June 19, 2024 20:26
@shartte shartte merged commit 6e0182f into main Jun 19, 2024
2 checks passed
@shartte shartte deleted the add-logging branch June 19, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants