Log functions
val msg : Tr1Logs_Std.Logs.level -> 'a Tr1Logs_Std.Logs.logSee Logs.msg.
val app : 'a Tr1Logs_Std.Logs.logapp is msg App.
val err : 'a Tr1Logs_Std.Logs.logerr is msg Error.
val warn : 'a Tr1Logs_Std.Logs.logwarn is msg Warning.
val info : 'a Tr1Logs_Std.Logs.loginfo is msg Info.
val debug : 'a Tr1Logs_Std.Logs.logdebug is msg Debug.
val kmsg :
(unit -> 'b) ->
Tr1Logs_Std.Logs.level ->
('a, 'b) Tr1Logs_Std.Logs.msgf ->
'bSee Logs.kmsg.
Logging result value Errors
val on_error :
?level:Tr1Logs_Std.Logs.level ->
?header:string ->
?tags:Tr1Logs_Std.Logs.Tag.set ->
pp:(Stdlib.Format.formatter -> 'b -> unit) ->
use:('b -> 'a) ->
('a, 'b) Stdlib.result ->
'aSee Logs.on_error.
val on_error_msg :
?level:Tr1Logs_Std.Logs.level ->
?header:string ->
?tags:Tr1Logs_Std.Logs.Tag.set ->
use:(unit -> 'a) ->
('a, [ `Msg of string ]) Stdlib.result ->
'aSee Logs.on_error_msg.

