mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 00:42:05 +01:00
Let JavaPlugins use their own Logger implementation by overriding getLogger
By: Senmori <thesenmori@gmail.com>
This commit is contained in:
parent
e71541b778
commit
a5e572dd9e
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ public abstract class JavaPlugin extends PluginBase {
|
|||
}
|
||||
|
||||
@Override
|
||||
public final Logger getLogger() {
|
||||
public Logger getLogger() {
|
||||
return logger;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue