package bap-std
The Binary Analysis Platform Standard Library
Install
Dune Dependency
Authors
Maintainers
Sources
v2.1.0.tar.gz
sha256=631fc58628418e4856709a0cfc923a65e00c9494fbd28d444c633d11194831de
md5=3db9deac8d429b9b8a8ec9aec54987b1
doc/bap/Bap/Std/Event/Log/index.html
Module Event.Log
Logging event.
val message :
level ->
section:string ->
('a, Format.formatter, unit) Core_kernel.format ->
'a
message 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 +=
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)"
>