示例#1
0
/** Contains a reference to the log object used by this library. */
public class NenyaLog {
  /** We dispatch our log messages through this logger. */
  public static Logger log = Logger.getLogger("com.threerings.nenya");
}
示例#2
0
public class AztecLog {
  public static Logger log = Logger.getLogger("aztec");
}
示例#3
0
/** Provides a log instance for this package. */
class Log {

  static final Logger log = Logger.getLogger("com.samskivert.io");
}