package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Logs_simple_config.OutputSource

Sourcetype t =
  1. | Null
  2. | Stdout
  3. | Stderr
  4. | File of string
  5. | Syslog of Syslog.facility
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval of_string : string -> t option
Sourceval to_string : t -> string
Sourceval pp : Stdlib.Format.formatter -> t -> unit