Packages

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. Protected

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ansi: FileWriter
  5. def append: FileWriter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def autoFlush: FileWriter
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def dispose(): Unit
    Definition Classes
    FileWriterWriter
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def flush(): Unit
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def invoke(actions: List[Action] = actions): FileWriter
  17. def io: FileWriter
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logFile: LogFile
  20. def maxLogs(max: Int, lister: (LogFile) => List[Path] = MaxLogFilesAction.MatchLogAndGZInSameDirectory, logManager: (Path) => Unit = Files.deleteIfExists(_), checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter
  21. def maxSize(maxSizeInBytes: Long, action: Action = BackupPathAction, checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def nio: FileWriter
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def path(path: (Long) => Path, gzip: Boolean = false, checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter
  27. def plain: FileWriter
  28. def replace: FileWriter
  29. def rolling(path: (Long) => Path, gzip: Boolean = false, checkRate: FiniteDuration = FileWriter.DefaultCheckRate): FileWriter
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def withActions(actions: Action*): FileWriter
  36. def withFlushMode(flushMode: FlushMode): FileWriter
  37. def withMode(mode: LogFileMode): FileWriter
  38. def write[M](record: LogRecord[M], output: LogOutput): Unit
    Definition Classes
    FileWriterWriter

Inherited from Writer

Inherited from AnyRef

Inherited from Any

Ungrouped