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.
Source
val message :
?level:Ppx_log_types.Level.t ->
?time:Ppx_log_syntax.time ->
?tags:(Base.string * Base.string) Base.list ->
Ppx_log_syntax.t ->
Ppx_log_types.Message_data.t ->
Ppx_log_types.Message_source.t ->
Ppx_log_syntax.return_type