package bap-std
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
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.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f
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)"
>