AdminLog

avokka.arangodb.models.admin.AdminLog$
object AdminLog

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AdminLog.type

Members list

Type members

Classlikes

object Level extends Enum[Level], VPackEnum[Level]

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
trait VPackEnum[Level]
trait Enum[Level]
class Object
trait Matchable
class Any
Show all
Self type
Level.type
sealed trait Level extends EnumEntry

Attributes

Companion
object
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object DEBUG.type
object DEFAULT.type
object ERROR.type
object FATAL.type
object INFO.type
object TRACE.type
object WARNING.type
Show all
final case class Response(level: List[Long], lid: List[Long], text: List[String], timestamp: List[Long], topic: List[String], totalAmount: Long)

Value parameters

level

A list of the log levels for all log entries.

lid

a list of log entry identifiers. Each log message is uniquely identified by its @LIT{lid} and the identifiers are in ascending order.

text

a list of the texts of all log entries

timestamp

a list of the timestamps as seconds since 1970-01-01 for all log entries.

topic

a list of the topics of all log entries

totalAmount

the total amount of log entries before pagination.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Response

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Response.type

Types

type Levels = Map[String, Level]