Uses of Class
org.languagetool.server.DatabaseLogEntry
-
Packages that use DatabaseLogEntry Package Description org.languagetool.server -
-
Uses of DatabaseLogEntry in org.languagetool.server
Subclasses of DatabaseLogEntry in org.languagetool.server Modifier and Type Class Description classDatabaseAccessLimitLogEntryclassDatabaseCacheStatsLogEntryclassDatabaseCheckErrorLogEntry(package private) classDatabaseCheckLogEntryclassDatabaseMiscLogEntry(package private) classDatabaseRuleMatchLogEntryFields in org.languagetool.server with type parameters of type DatabaseLogEntry Modifier and Type Field Description private java.util.concurrent.BlockingQueue<DatabaseLogEntry>DatabaseLogger. messagesMethods in org.languagetool.server that return DatabaseLogEntry Modifier and Type Method Description DatabaseLogEntryDatabaseCheckLogEntry. followup()@Nullable DatabaseLogEntryDatabaseLogEntry. followup()for interdependent log entries, i.e.Methods in org.languagetool.server with parameters of type DatabaseLogEntry Modifier and Type Method Description voidDatabaseLogger. log(DatabaseLogEntry entry)
-