public final class TestLoggerFactory extends Object implements ILoggerFactory
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static void |
clearAll() |
void |
clearAllLoggers() |
void |
clearLoggers() |
ImmutableMap<String,TestLogger> |
getAllLoggers() |
static List<LoggingEvent> |
getAllLoggingEvents() |
List<LoggingEvent> |
getAllLoggingEventsFromLoggers() |
static Map<String,TestLogger> |
getAllTestLoggers() |
static TestLoggerFactory |
getInstance() |
TestLogger |
getLogger(Class<?> aClass) |
TestLogger |
getLogger(String name) |
static List<LoggingEvent> |
getLoggingEvents() |
ImmutableList<LoggingEvent> |
getLoggingEventsFromLoggers() |
uk.org.lidalia.slf4jext.Level |
getPrintLevel() |
static TestLogger |
getTestLogger(Class<?> aClass) |
static TestLogger |
getTestLogger(String name) |
void |
setPrintLevel(uk.org.lidalia.slf4jext.Level printLevel) |
public static TestLoggerFactory getInstance()
public static TestLogger getTestLogger(Class<?> aClass)
public static TestLogger getTestLogger(String name)
public static Map<String,TestLogger> getAllTestLoggers()
public static void clear()
public static void clearAll()
public static List<LoggingEvent> getLoggingEvents()
public static List<LoggingEvent> getAllLoggingEvents()
public uk.org.lidalia.slf4jext.Level getPrintLevel()
public ImmutableMap<String,TestLogger> getAllLoggers()
public TestLogger getLogger(Class<?> aClass)
public TestLogger getLogger(String name)
getLogger in interface ILoggerFactorypublic void clearLoggers()
public void clearAllLoggers()
public ImmutableList<LoggingEvent> getLoggingEventsFromLoggers()
public List<LoggingEvent> getAllLoggingEventsFromLoggers()
public void setPrintLevel(uk.org.lidalia.slf4jext.Level printLevel)
Copyright © 2013. All Rights Reserved.