Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

net.kornr.log
Class LogbackAdaptor

java.lang.Object
  extended by net.kornr.log.LogbackAdaptor
All Implemented Interfaces:
java.util.EventListener, org.osgi.service.log.LogListener

public class LogbackAdaptor
extends java.lang.Object
implements org.osgi.service.log.LogListener

The LogbackAdaptor converts the LogEntry objects it receives into calls to the slf4j loggers (the native interface of logback).


Constructor Summary
LogbackAdaptor()
           
 
Method Summary
 void logged(org.osgi.service.log.LogEntry log)
          This methods is called by the LogReaderService, and dispatch them to a set of Loggers, created with
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogbackAdaptor

public LogbackAdaptor()
Method Detail

logged

public void logged(org.osgi.service.log.LogEntry log)
This methods is called by the LogReaderService, and dispatch them to a set of Loggers, created with

Specified by:
logged in interface org.osgi.service.log.LogListener

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013