package bap-std
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Binary Analysis Platform Standard Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.4.0.tar.gz
sha256=63ada71fa4f602bd679174dc6bf780d54aeded40ad4ec20d256df15886e3d2d5
md5=b8b1aff8c6846f2213eafc54de07b304
doc/bap/Bap/Std/Event/Log/index.html
Module Event.Log
Logging event.
re-exports Bap_main_event.Log.Message
val message :
level ->
section:string ->
('a, Format.formatter, unit) Core_kernel.format ->
'amessage level ~section fmt ... send a message of the specified level and section.
Do not use this function directly, instead include the instantiation of a Self functor, and use corresponding logging functions, e.g.,
include Self() (* ... *) info "created some %s" "thing"
type event += re-exports Bap_main_event.Log.Progress
progress ?note ?stage ?total name sends a progress report. This function should be used by the main components only, while plugins should use the report_progress function from the Self() interface. All parameters defaults to None.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>