mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-13 07:09:51 +01:00
Make logger public
Good for encompassing logs EX a hanging System.out log can be passed back to the extension that called it
This commit is contained in:
parent
34a56cf00e
commit
f2924b37a1
@ -73,7 +73,7 @@ public abstract class Extension {
|
||||
* @return The logger for the extension
|
||||
*/
|
||||
@NotNull
|
||||
protected Logger getLogger() {
|
||||
public Logger getLogger() {
|
||||
return logger;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user