public static class StorageEventLogger.Default extends Object implements StorageEventLogger
StorageEventLogger.Debug, StorageEventLogger.Default, StorageEventLogger.NoOp| Modifier and Type | Field and Description |
|---|---|
protected Consumer<? super String> |
messageConsumer |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String s) |
void |
logDisruption(StorageChannel channel,
Throwable t)
Note that not all Throwables are Exceptions.
|
static void |
printString(String s) |
static String |
stackTraceToString(Throwable t) |
static String |
toChannelIdentifier(StorageChannel channel) |
static String |
toChannelIdentifier(StorageEntityCache<?> entityCache) |
static String |
toChannelPartIdentifier(StorageHashChannelPart channelPart) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitDebug, Debug, Default, Default, logChannelProcessingDisabled, logChannelStoppedWorking, logGarbageCollectorCompleted, logGarbageCollectorCompletedHotPhase, logGarbageCollectorEncounteredZombieObjectId, logGarbageCollectorNotNeeded, logGarbageCollectorSweepingComplete, logLiveCheckComplete, NoOppublic static void printString(String s)
public static String toChannelIdentifier(StorageChannel channel)
public static String toChannelIdentifier(StorageEntityCache<?> entityCache)
public static String toChannelPartIdentifier(StorageHashChannelPart channelPart)
public void log(String s)
public void logDisruption(StorageChannel channel, Throwable t)
StorageEventLoggerInterruptedException. The actually fitting common term is "Disruption".
Throwable is a very low-level technical, compiler-oriented expression.logDisruption in interface StorageEventLoggerchannel - the affected channelt - the reason for the disruptionCopyright © 2022 MicroStream Software. All rights reserved.