Uses of Class
com.c8db.model.LogOptions
-
Packages that use LogOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of LogOptions in com.c8db
Methods in com.c8db with parameters of type LogOptions Modifier and Type Method Description LogEntityC8DB. getLogs(LogOptions options)Returns fatal, error, warning or info log messages from the server's global log. -
Uses of LogOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type LogOptions Modifier and Type Method Description LogEntityC8DBImpl. getLogs(LogOptions options)protected RequestInternalC8DB. getLogsRequest(LogOptions options) -
Uses of LogOptions in com.c8db.model
Methods in com.c8db.model that return LogOptions Modifier and Type Method Description LogOptionsLogOptions. level(LogLevel level)LogOptionsLogOptions. offset(Integer offset)LogOptionsLogOptions. search(String search)LogOptionsLogOptions. size(Integer size)LogOptionsLogOptions. sort(LogOptions.SortOrder sort)LogOptionsLogOptions. start(Long start)LogOptionsLogOptions. upto(LogLevel upto)
-