LogFile

scribe.file.LogFile$
See theLogFile companion class
object LogFile

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(writer: FileWriter): LogFile
def close(logFile: LogFile): Unit
def copy(logFile: LogFile, file: File): Unit
def copy(from: File, to: File): Unit
def delete(logFile: LogFile): Unit
def delete(file: File): Unit
def dispose(): Unit
def get(file: File): Option[LogFile]
def gzip(logFile: LogFile, file: File, deleteOriginal: Boolean, bufferSize: Int): Unit
def gzip(current: File, path: File, deleteOriginal: Boolean, bufferSize: Int): Unit
def move(logFile: LogFile, file: File): Unit
def move(from: File, to: File): Unit
def truncate(logFile: LogFile): Unit
def truncate(file: File): Unit