Skip to content

Log mod loading information on initialization#393

Open
TrueFaxx wants to merge 1 commit intoExopandora:masterfrom
TrueFaxx:patch-1
Open

Log mod loading information on initialization#393
TrueFaxx wants to merge 1 commit intoExopandora:masterfrom
TrueFaxx:patch-1

Conversation

@TrueFaxx
Copy link

Added logging to indicate when the mod is loaded.

please merge

Added logging to indicate when the mod is loaded.
Copy link
Owner

@Exopandora Exopandora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Question: Why is this needed? Do you have a specific use case for that?

Comment on lines +8 to +12
public static final String MOD_ID = "shouldersurfing";
public static final Logger LOGGER = LogManager.getLogger("ShoulderSurfing");

static {
LOGGER.info("[{}] has been loaded!", MOD_ID);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format the code the same style as in the other files of the project and do not modify unrelated lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants