org.apache.felix.http.base.internal.logger
Class SystemLogger

java.lang.Object
  extended by org.apache.felix.http.base.internal.logger.SystemLogger

public final class SystemLogger
extends Object


Constructor Summary
SystemLogger()
           
 
Method Summary
static void debug(String message)
           
static void error(String message, Throwable cause)
           
static void info(String message)
           
static void setLogService(LogService service)
           
static void warning(String message, Throwable cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemLogger

public SystemLogger()
Method Detail

setLogService

public static void setLogService(LogService service)

debug

public static void debug(String message)

info

public static void info(String message)

warning

public static void warning(String message,
                           Throwable cause)

error

public static void error(String message,
                         Throwable cause)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.