Module Ppx_log_syntaxSource

ppx_log translates to code that references a module Ppx_log_syntax : Ppx_log_types.S expected to be in scope. Normally, this is provided by an actual log implementation, like Async_log. If the module isn't in scope, this library provides a stub implementation with an alert to direct users to the right place.

Sourcetype t
Sourcetype time
Sourcetype return_type = [
  1. | `Ppx_log_syntax_implementation_missing
]
Sourceval default : return_type
  • alert ppx_log_syntax_not_in_scope In order to use [ppx_log], you need to have a [Ppx_log_syntax] in scope. This is usually provided with [open Async], [open Async_log.Ppx_log_syntax], or [open Async_log_kernel.Ppx_log_syntax].
Sourcemodule Global : sig ... end