org.eclipse.emf.emfstore.internal.common
Interface ILog

All Known Implementing Classes:
LogAdapter

public interface ILog

Logger to log warnings and exceptions.

Author:
Koegel

Method Summary
 void log(String message, Exception exception, int statusInt)
          Log an error.
 void logException(String message, Exception exception)
          Log an exception as an error.
 void logWarning(String message, Exception exception)
          Log an exception as a warning.
 

Method Detail

log

void log(String message,
         Exception exception,
         int statusInt)
Log an error.

Parameters:
message - the message
exception - the causing exception
statusInt - a status

logException

void logException(String message,
                  Exception exception)
Log an exception as an error.

Parameters:
message - the message
exception - the causing exception.

logWarning

void logWarning(String message,
                Exception exception)
Log an exception as a warning.

Parameters:
message - the message
exception - the causing exception


Copyright © 2015. All Rights Reserved.