public abstract class NativeLogger extends Object
Provides a java interface to the C++ leveldb::Logger class.
Modifier and Type | Class and Description |
---|---|
static class |
NativeLogger.LoggerJNI |
Modifier and Type | Field and Description |
---|---|
protected long |
self |
Constructor and Description |
---|
NativeLogger() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertAllocated() |
void |
delete() |
boolean |
isAllocated() |
abstract void |
log(String message) |
public void delete()
public abstract void log(String message)
public boolean isAllocated()
protected void assertAllocated()
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.