package binsec

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

Module Cli.Make_from_loggerSource

Parameters

module _ : DECL

Signature

include ENABLEABLE
Sourceval is_enabled : unit -> bool

is_enabled is a switch that is automatically set.

Can be set programmatically with enable and disable.

Sourceval enable : unit -> unit
Sourceval disable : unit -> unit