Package com.prupe.mcpatcher

Examples of com.prupe.mcpatcher.MCLogger$ErrorLevel


  private MCLogger(String category, String logPrefix) {
    this.logPrefix = logPrefix;
    this.logger = Logger.getLogger(category);
    this.logger.setLevel(Config.getLogLevel(category));
    this.logger.setUseParentHandlers(false);
    this.logger.addHandler(new MCLogger$1(this));
  }
View Full Code Here


  final MCLogger this$0;

  MCLogger$1(MCLogger var1) {
    this.this$0 = var1;
    this.formatter = new MCLogger$1$1(this);
  }
View Full Code Here

TOP

Related Classes of com.prupe.mcpatcher.MCLogger$ErrorLevel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.