package bistro

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

Module Bistro_engine.LoggerSource

Sourcetype time = float
Sourcetype event =
  1. | Workflow_ready : _ Bistro_internals.Workflow.t -> event
  2. | Workflow_started : _ Bistro_internals.Workflow.t * Allocator.resource -> event
  3. | Workflow_ended : {
    1. details : Execution_trace.Run_details.t;
    2. start : time;
    3. _end_ : time;
    } -> event
  4. | Workflow_skipped : _ Bistro_internals.Workflow.t * [ `Done_already | `Missing_dep ] -> event
  5. | Workflow_allocation_error : _ Bistro_internals.Workflow.t * string -> event
  6. | Workflow_collected : _ Bistro_internals.Workflow.t -> event
  7. | Singularity_image_collected : Bistro_internals.Workflow.container_image -> event
  8. | Debug : string -> event
Sourceclass type t = object ... end
Sourceval null : < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t >
Sourceval tee : < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t.. > list -> < event : 'a -> 'b -> 'c -> unit ; stop : unit Lwt.t >
OCaml

Innovation. Community. Security.