Uses of Class
net.didion.jwnl.util.MessageLog
-
Packages that use MessageLog Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.file_manager Classes used byFileBackedDictionaryto interface with the filesystem.net.didion.jwnl.princeton.data Implementations ofDictionaryElementFactoryfor Princeton's release of WordNet.net.didion.jwnl.utilities -
-
Uses of MessageLog in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as MessageLog Modifier and Type Field Description private static MessageLogDictionary. _logprivate static MessageLogFileBackedDictionary. _logprivate static MessageLogMapBackedDictionary. _log -
Uses of MessageLog in net.didion.jwnl.dictionary.file_manager
Fields in net.didion.jwnl.dictionary.file_manager declared as MessageLog Modifier and Type Field Description private static MessageLogRemoteFileManager. _log -
Uses of MessageLog in net.didion.jwnl.princeton.data
Fields in net.didion.jwnl.princeton.data declared as MessageLog Modifier and Type Field Description private static MessageLogAbstractPrincetonFileDictionaryElementFactory. _log -
Uses of MessageLog in net.didion.jwnl.utilities
Fields in net.didion.jwnl.utilities declared as MessageLog Modifier and Type Field Description private static MessageLogDictionaryToDatabase. LOGOur message log.private static MessageLogDictionaryToDatabaseWithUsageCount. LOGOur message log.
-