public class DbPrintLog
extends java.lang.Object
To print an environment log:
DbPrintLog.main(argv);
Constructor and Description |
---|
DbPrintLog() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
The main used by the DbPrintLog utility.
|
public static void main(java.lang.String[] argv)
argv
- An array of command line arguments to the DbPrintLog
utility.
usage: java { com.sleepycat.je.util.DbPrintLog | -jar je-<version>.jar DbPrintLog } -h <envHomeDir> -e <end file number, in hex> -k <binary|hex|text|obfuscate> (format for dumping the key) -s <start file number, in hex> -tx <targeted txn ids, comma separated -ty <targeted entry types, comma separated -v <true | false> (verbose option If true, full entry is printed, else short version. True by default.) All arguments are optional