1 package net.sourceforge.rpgee.utility; 2 3 public class LoggingClientWindow { 4 // Class to register with the logging framework. This class probably already exists somewhere, we just need to find it. 5 // It should be instantiated, and then be a log4j style logger. 6 7 }