antikythera v0.3.0 AntikytheraCore.GearLog.FileHandle View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

close(arg0)

View Source
close(t()) :: :ok
Link to this function

open(file_path, opts \\ [])

View Source
open(Path.t(), Keyword.t()) :: t()
Link to this function

rotate(arg0)

View Source
rotate(t()) :: t()
Link to this function

write(handle, gear_log)

View Source
write(t(), AntikytheraCore.GearLog.Message.t()) ::
  {:kept_open | :rotated, t()}