1 BridgeDBLogConverter.java
3 The BridgeDBLogConverter takes BridgeDB's logs as input and writes
4 (non-sanitized) bridge pool assignments to disk as output.
6 - Compile the Java class, e.g.,
7 $ javac BridgeDBLogConverter.java
9 - If your bridgedb.log file contains log lines from more than one
10 calendar year, split it into as many log files as necessary to ensure
11 that each file only contains log lines from a single calendar year!
13 - Run the Java class, e.g.,
14 $ java BridgeDBLogConverter bridgedb.log 2011 assignments.log