| Package | Description |
|---|---|
| one.microstream.storage.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageEventLogger.Debug
Debug implementation of StorageEventLogger
This implementation logs behavior and exceptions
|
static class |
StorageEventLogger.Default
Default implementation of StorageEventLogger
This implementation doesn't log behavior but logs exceptions
|
static class |
StorageEventLogger.NoOp
NoOp StorageEventLogger
Doesn't log any storage events
|
| Modifier and Type | Method and Description |
|---|---|
static StorageEventLogger |
StorageEventLogger.Debug()
Creates a Debug StorageEventLogger thats prints to the console.
|
static StorageEventLogger |
StorageEventLogger.Debug(Consumer<? super String> messageConsumer)
Creates a Debug StorageEventLogger forwards its output to the supplied Consumer
|
static StorageEventLogger |
StorageEventLogger.Default()
Creates a Default StorageEventLogger thats prints to the console.
|
static StorageEventLogger |
StorageEventLogger.Default(Consumer<? super String> messageConsumer)
Creates a Default StorageEventLogger that forwards its output to the supplied Consumer
|
protected StorageEventLogger |
StorageFoundation.Default.ensureEventLogger() |
StorageEventLogger |
StorageFoundation.getEventLogger() |
StorageEventLogger |
StorageFoundation.Default.getEventLogger() |
static StorageEventLogger |
StorageEventLogger.NoOp()
Creates a NoOp StorageEventLogger that does really nothing.
|
Copyright © 2022 MicroStream Software. All rights reserved.