package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val rotate_one : t -> t

For any rotation scheme that renames logs on rotation, this defines how to do the renaming.

val to_string_opt : t -> string option
val of_string_opt : string option -> t option
val cmp_newest_first : t -> t -> int