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.3.0.tar.gz
sha256=a6e80853aaaa26b7ca564d9878891d7146ec1c83852541387c1bba1ad036b8ea
md5=13f2cb1e3b9d90348852252fb0f2d09f
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)"
>