MaxLogs

scribe.file.path.MaxLogs
case class MaxLogs(maxLogs: Int, checkFrequency: FiniteDuration) extends FileNamePart

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def after(writer: FileWriter): Unit

Attributes

Definition Classes
override def current(timeStamp: Long): String

Attributes

Definition Classes
override def regex: String

Attributes

Definition Classes

Inherited methods

def before(writer: FileWriter): Unit

Attributes

Inherited from:
FileNamePart
def nextValidation(timeStamp: Long): Option[Long]

Attributes

Inherited from:
FileNamePart
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product