Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The RFRS requirements indicate that exceptions and other service-related information should be appended to a log file. To facilitate this, the activator provides a method for accessing the plug-in logging mechanism via the getLog() method. For convenience, the FavoritesLog wraps the ILog interface returned by the getLog() method with several utility methods:
package com.qualityeclipse.favorites;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
public class FavoritesLog {