org.crosswire.jsword.book
Class DataPolice
java.lang.Object
org.crosswire.jsword.book.DataPolice
public final class DataPolice
- extends Object
When we can't convert some source data then the user doesn't really care and
just wants it to work, but it would be good to have some way to get the
problems fixed, so as a start point we report them through this class.
- Author:
- Joe Walker [joe at eireneh dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Field Summary |
private static org.slf4j.Logger |
log
The log stream |
Constructor Summary |
private |
DataPolice()
Prevent instantiation |
Method Summary |
static void |
report(Book book,
Key key,
String message)
Report a message against the current book and key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.slf4j.Logger log
- The log stream
DataPolice
private DataPolice()
- Prevent instantiation
report
public static void report(Book book,
Key key,
String message)
- Report a message against the current book and key.
- Parameters:
lev
- the level at which to reportmessage
- the police report.