TeamShadow / shadow

Reference compiler for the Shadow programming language.
http://shadow-language.org/
Apache License 2.0
12 stars 8 forks source link

The logger API was changed from log4j to SLF4J. #44

Closed MichaelTheRockRock closed 7 years ago

MichaelTheRockRock commented 7 years ago

I forgot that I did not make a pull request for the logger API changes that were made to the shadow compiler. The changes to the plug-in will not work unless the user's compiler has these changes too. This should not cause any problems as far as I know.

You did make a note that you needed to look into and fix the logging levels. The fill that you wanted to look at was shadow/src/main/java.shadow/Loggers.java.