plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val threshold : level Stdlib.ref
Level threshold for the default printer. Report only events equal to or more seirous than this will be printed. By default, set at Notice
.
Note that this is only for the default printer.
val default : t
Default logging: immediate output to stderr
val set : t -> unit
Replace the reporting printer.
val log :
level ->
( 'a, Stdlib.Format.formatter, unit, unit ) Stdlib.format4 ->
'a
val lwt_debug :
( 'a, Stdlib.Format.formatter, unit, unit Lwt.t ) Stdlib.format4 ->
'a
val lwt_info :
( 'a, Stdlib.Format.formatter, unit, unit Lwt.t ) Stdlib.format4 ->
'a
val lwt_notice :
( 'a, Stdlib.Format.formatter, unit, unit Lwt.t ) Stdlib.format4 ->
'a
val lwt_warning :
( 'a, Stdlib.Format.formatter, unit, unit Lwt.t ) Stdlib.format4 ->
'a
val lwt_error :
( 'a, Stdlib.Format.formatter, unit, unit Lwt.t ) Stdlib.format4 ->
'a
val lwt_fatal :
( 'a, Stdlib.Format.formatter, unit, unit Lwt.t ) Stdlib.format4 ->
'a
ON THIS PAGE
No table of contents