public class SimpleTraceeBackend extends HashMap<String,String> implements TraceeBackend
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SimpleTraceeBackend(TraceeFilterConfiguration configuration,
TraceeLoggerFactory loggerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
static SimpleTraceeBackend |
createNonLoggingAllPermittingBackend() |
TraceeFilterConfiguration |
getConfiguration() |
TraceeFilterConfiguration |
getConfiguration(String profileName)
This implementation ignores profiles and always uses the default configuration. |
TraceeLoggerFactory |
getLoggerFactory() |
Map<String,String> |
getValuesBeforeLastClear() |
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic SimpleTraceeBackend(TraceeFilterConfiguration configuration, TraceeLoggerFactory loggerFactory)
public static SimpleTraceeBackend createNonLoggingAllPermittingBackend()
public TraceeFilterConfiguration getConfiguration(String profileName)
getConfiguration in interface TraceeBackendpublic TraceeFilterConfiguration getConfiguration()
getConfiguration in interface TraceeBackendpublic TraceeLoggerFactory getLoggerFactory()
getLoggerFactory in interface TraceeBackendpublic void clear()
Copyright © 2013-2014 Holisticon AG. All Rights Reserved.