com.sun.mfwk.util.log
Class MfLogService

java.lang.Object
  extended bycom.sun.mfwk.util.log.MfLogService

public class MfLogService
extends java.lang.Object

Java ES-MF Logging service


Constructor Summary
MfLogService(java.lang.String logFileName)
          Creates a new MfLogService instance.
 
Method Summary
static java.util.logging.Logger getLogger(java.lang.String name)
          Gets a logger that is handled by Java ES-MF logging service .
static java.util.logging.Level getLoggingLevel()
          Get the logging level.
 void logServiceRemoveHandler()
          Detaches the handler associated with this logger and closes it
static void setLoggingLevel(java.util.logging.Level level)
          Set the logging level.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MfLogService

public MfLogService(java.lang.String logFileName)
Creates a new MfLogService instance.

Method Detail

logServiceRemoveHandler

public void logServiceRemoveHandler()
Detaches the handler associated with this logger and closes it


getLogger

public static java.util.logging.Logger getLogger(java.lang.String name)
Gets a logger that is handled by Java ES-MF logging service .


getLoggingLevel

public static java.util.logging.Level getLoggingLevel()
Get the logging level.


setLoggingLevel

public static void setLoggingLevel(java.util.logging.Level level)
Set the logging level.