Uses of Class
org.eclipse.rdf4j.common.logging.LogLevel
-
Packages that use LogLevel Package Description org.eclipse.rdf4j.common.logging org.eclipse.rdf4j.common.logging.base -
-
Uses of LogLevel in org.eclipse.rdf4j.common.logging
Methods in org.eclipse.rdf4j.common.logging that return LogLevel Modifier and Type Method Description LogLevel
LogReader. getLevel()
Level of the log records returned by this log reader.LogLevel
LogRecord. getLevel()
Get log levelstatic LogLevel
LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLevel[]
LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.common.logging with parameters of type LogLevel Modifier and Type Method Description void
LogReader. setLevel(LogLevel level)
Level of the log records returned by this log reader. -
Uses of LogLevel in org.eclipse.rdf4j.common.logging.base
Methods in org.eclipse.rdf4j.common.logging.base that return LogLevel Modifier and Type Method Description LogLevel
AbstractLogReader. getLevel()
LogLevel
SimpleLogRecord. getLevel()
Methods in org.eclipse.rdf4j.common.logging.base with parameters of type LogLevel Modifier and Type Method Description void
AbstractLogReader. setLevel(LogLevel level)
void
SimpleLogRecord. setLevel(LogLevel level)
Set log level
-