org.apache.muse.core.platform.osgi
Class OSGiLogListener

java.lang.Object
  extended by org.apache.muse.core.platform.osgi.OSGiLogListener
All Implemented Interfaces:
EventListener, org.osgi.service.log.LogListener

public class OSGiLogListener
extends Object
implements org.osgi.service.log.LogListener

Author:
Barry Atkins

Constructor Summary
OSGiLogListener(String fileName)
           
 
Method Summary
 void close()
           
 void log(Level level, String message)
           
 void log(String message)
           
 void logged(org.osgi.service.log.LogEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiLogListener

public OSGiLogListener(String fileName)
                throws IOException
Throws:
IOException
Method Detail

close

public void close()

log

public void log(Level level,
                String message)

log

public void log(String message)

logged

public void logged(org.osgi.service.log.LogEntry entry)
Specified by:
logged in interface org.osgi.service.log.LogListener


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.