Need help Solving logger

Discussion in 'Plugin Development' started by poperdie, Mar 17, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    poperdie

    Hi im making a very simple broadcast plugin
    which is customisable for my server.
    But i have a problem at the logger i think

    Code:
    public final Logger logger = Logger.getLogger("Minecraft")
    But the logger without the beggining capital isn't blue and it needs to be!
    and also i cant add unimplented methods is that removed?
     
  2. Offline

    Aeromcdoom

    Code:
    Logger logger;
     
    public void onEnable(){
     
    logger = this.getLogger();
     
    }
     
Thread Status:
Not open for further replies.

Share This Page