LlamaramaTeam / Llamarama

The Llamarama mod.
GNU General Public License v3.0
5 stars 3 forks source link

Migrated to slf4j #12

Closed 0xmycf closed 2 years ago

0xmycf commented 2 years ago

Removed log4j and migrated to slf4j.

Followed this guide: https://gist.github.com/apple502j/f20dd720ca4fc292a87c7ad9dbed8dfa

This means, that public static final Logger LOGGER = LogManager.getLogger(MOD_NAME); is now public static final Logger LOGGER = LogUtils.getLogger();

Without the mod name.

Note: This branch is rebased on top of #11 .

0xJoeMama commented 2 years ago

I'll be merging this one as well!