package bap-std
The Binary Analysis Platform Standard Library
Install
Dune Dependency
Authors
Maintainers
Sources
v2.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8
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 ->
'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 +=
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)"
>