com.sun.enterprise.admin.launcher
Class GFLauncherLogger

java.lang.Object
  extended by com.sun.enterprise.admin.launcher.GFLauncherLogger

public class GFLauncherLogger
extends Object

A POL (plain old logger).

Author:
bnevins

Method Summary
static void fine(String msg, Object... objs)
           
static void info(String msg, Object... objs)
           
static void severe(String msg, Object... objs)
           
static void warning(String msg, Object... objs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

warning

public static void warning(String msg,
                           Object... objs)

info

public static void info(String msg,
                        Object... objs)

severe

public static void severe(String msg,
                          Object... objs)

fine

public static void fine(String msg,
                        Object... objs)


Copyright © 2012. All Rights Reserved.