Class/Object

scribe.writer

FileWriter

Related Docs: object FileWriter | package writer

Permalink

class FileWriter extends Writer

Linear Supertypes
Writer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileWriter
  2. Writer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileWriter(actions: List[Action], _logFile: LogFile = LogFile(LogPath.default(0L)), plainText: Boolean = true)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ansi: FileWriter

    Permalink
  5. def append: FileWriter

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def autoFlush: FileWriter

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dispose(): Unit

    Permalink
    Definition Classes
    FileWriterWriter
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flush(): Unit

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def invoke(actions: List[Action] = actions): FileWriter

    Permalink
  17. def io: FileWriter

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def logFile: LogFile

    Permalink
  20. def maxLogs(max: Int, lister: (LogFile) ⇒ List[Path] = ..., logManager: (Path) ⇒ Unit = Files.deleteIfExists(_), checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter

    Permalink
  21. def maxSize(maxSizeInBytes: Long, action: Action = BackupPathAction, checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def nio: FileWriter

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def path(path: (Long) ⇒ Path, gzip: Boolean = false, checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter

    Permalink
  27. def plain: FileWriter

    Permalink
  28. def replace: FileWriter

    Permalink
  29. def rolling(path: (Long) ⇒ Path, gzip: Boolean = false, checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withActions(actions: Action*): FileWriter

    Permalink
  36. def withFlushMode(flushMode: FlushMode): FileWriter

    Permalink
  37. def withMode(mode: LogFileMode): FileWriter

    Permalink
  38. def write[M](record: LogRecord[M], output: LogOutput): Unit

    Permalink
    Definition Classes
    FileWriterWriter

Inherited from Writer

Inherited from AnyRef

Inherited from Any

Ungrouped