Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.common.util
Interface Logger

All Known Implementing Classes:
EMFPlugin, EMFPlugin.EclipsePlugin


public interface Logger

A logger of log entries. It can be implemented by different logging facilities depending on the runtime. It is plastic and intended to support any underlying logging facility.


Method Summary
 void log(Object logEntry)
          Logs an entry.
 

Method Detail

 

 

log

public void log(Object logEntry)

Logs an entry.

Parameters:
logEntry - a plastic entry to log.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD