com.intel.gpe.clients.api.gridlet
Interface Logger


public interface Logger

The logger interface

Author:
Alexander Lukichev

Method Summary
 void log(java.util.logging.Level level, java.lang.String msg)
          Log the message
 void log(java.util.logging.Level level, java.lang.String msg, java.lang.Throwable e)
          Log the message and display the stacktrace
 void log(java.util.logging.Level level, java.lang.Throwable e)
          Log the stacktrace and exception message
 

Method Detail

log

void log(java.util.logging.Level level,
         java.lang.String msg)
Log the message


log

void log(java.util.logging.Level level,
         java.lang.String msg,
         java.lang.Throwable e)
Log the message and display the stacktrace


log

void log(java.util.logging.Level level,
         java.lang.Throwable e)
Log the stacktrace and exception message



Copyright © 2008. All Rights Reserved.