sugar4j.lang
Interface JavaUtilLogging


public interface JavaUtilLogging

Public classes and fields contained in the java.util.logging package.
Time generated: Sun Feb 10 21:47:33 CET 2008.

See additional fields:

Author:
sugar4j.eclipse.core.util.PackageInterface$Itf. Author of the generator: krizzdewizz

Field Summary
static String ConsoleHandler
           
static String ErrorManager
           
static String ErrorManagerCLOSE_FAILURE
           
static String ErrorManagerFLUSH_FAILURE
           
static String ErrorManagerFORMAT_FAILURE
           
static String ErrorManagerGENERIC_FAILURE
           
static String ErrorManagerOPEN_FAILURE
           
static String ErrorManagerWRITE_FAILURE
           
static String FileHandler
           
static String Filter
           
static String Formatter
           
static String Handler
           
static String JavaUtilLogging
           
static String Level
           
static String LevelALL
           
static String LevelCONFIG
           
static String LevelFINE
           
static String LevelFINER
           
static String LevelFINEST
           
static String LevelINFO
           
static String LevelOFF
           
static String LevelSEVERE
           
static String LevelWARNING
           
static String Logger
           
static String Loggerglobal
           
static String LoggerGLOBAL_LOGGER_NAME
           
static String LoggingMXBean
           
static String LoggingPermission
           
static String LogManager
           
static String LogManagerLOGGING_MXBEAN_NAME
           
static String LogRecord
           
static String MemoryHandler
           
static String SimpleFormatter
           
static String SocketHandler
           
static String StreamHandler
           
static String XMLFormatter
           
 

Field Detail

JavaUtilLogging

static final String JavaUtilLogging
See Also:
Constant Field Values

ConsoleHandler

static final String ConsoleHandler
See Also:
Constant Field Values

ErrorManager

static final String ErrorManager
See Also:
Constant Field Values

ErrorManagerCLOSE_FAILURE

static final String ErrorManagerCLOSE_FAILURE
See Also:
Constant Field Values

ErrorManagerFLUSH_FAILURE

static final String ErrorManagerFLUSH_FAILURE
See Also:
Constant Field Values

ErrorManagerFORMAT_FAILURE

static final String ErrorManagerFORMAT_FAILURE
See Also:
Constant Field Values

ErrorManagerGENERIC_FAILURE

static final String ErrorManagerGENERIC_FAILURE
See Also:
Constant Field Values

ErrorManagerOPEN_FAILURE

static final String ErrorManagerOPEN_FAILURE
See Also:
Constant Field Values

ErrorManagerWRITE_FAILURE

static final String ErrorManagerWRITE_FAILURE
See Also:
Constant Field Values

FileHandler

static final String FileHandler
See Also:
Constant Field Values

Filter

static final String Filter
See Also:
Constant Field Values

Formatter

static final String Formatter
See Also:
Constant Field Values

Handler

static final String Handler
See Also:
Constant Field Values

Level

static final String Level
See Also:
Constant Field Values

LevelALL

static final String LevelALL
See Also:
Constant Field Values

LevelCONFIG

static final String LevelCONFIG
See Also:
Constant Field Values

LevelFINE

static final String LevelFINE
See Also:
Constant Field Values

LevelFINER

static final String LevelFINER
See Also:
Constant Field Values

LevelFINEST

static final String LevelFINEST
See Also:
Constant Field Values

LevelINFO

static final String LevelINFO
See Also:
Constant Field Values

LevelOFF

static final String LevelOFF
See Also:
Constant Field Values

LevelSEVERE

static final String LevelSEVERE
See Also:
Constant Field Values

LevelWARNING

static final String LevelWARNING
See Also:
Constant Field Values

LogManager

static final String LogManager
See Also:
Constant Field Values

LogManagerLOGGING_MXBEAN_NAME

static final String LogManagerLOGGING_MXBEAN_NAME
See Also:
Constant Field Values

LogRecord

static final String LogRecord
See Also:
Constant Field Values

Logger

static final String Logger
See Also:
Constant Field Values

LoggerGLOBAL_LOGGER_NAME

static final String LoggerGLOBAL_LOGGER_NAME
See Also:
Constant Field Values

Loggerglobal

static final String Loggerglobal
See Also:
Constant Field Values

LoggingMXBean

static final String LoggingMXBean
See Also:
Constant Field Values

LoggingPermission

static final String LoggingPermission
See Also:
Constant Field Values

MemoryHandler

static final String MemoryHandler
See Also:
Constant Field Values

SimpleFormatter

static final String SimpleFormatter
See Also:
Constant Field Values

SocketHandler

static final String SocketHandler
See Also:
Constant Field Values

StreamHandler

static final String StreamHandler
See Also:
Constant Field Values

XMLFormatter

static final String XMLFormatter
See Also:
Constant Field Values