123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990(*****************************************************************************)(* *)(* Open Source License *)(* Copyright (c) 2021 Nomadic Labs <contact@nomadic-labs.com> *)(* *)(* Permission is hereby granted, free of charge, to any person obtaining a *)(* copy of this software and associated documentation files (the "Software"),*)(* to deal in the Software without restriction, including without limitation *)(* the rights to use, copy, modify, merge, publish, distribute, sublicense, *)(* and/or sell copies of the Software, and to permit persons to whom the *)(* Software is furnished to do so, subject to the following conditions: *)(* *)(* The above copyright notice and this permission notice shall be included *)(* in all copies or substantial portions of the Software. *)(* *)(* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR*)(* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *)(* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *)(* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER*)(* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING *)(* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER *)(* DEALINGS IN THE SOFTWARE. *)(* *)(*****************************************************************************)includeInternal_event.SimplemoduleSocket=structletsection=["client";"signer";"socket"]letsigner_timeout=declare_1~section~name:"signer_timeout"~msg:"Remote signer timeout, retrying {retry} more time(s)"~level:Error("retry",Data_encoding.int8)endmoduleLedger=structletsection=["client";"signer";"ledger"]letnot_tezos=declare_2~section~name:"ledger_not_tezos"~msg:"The device at [{position}] is not a Tezos application {error}"~level:Warning~pp2:Format.pp_print_text("position",Data_encoding.string)("error",Data_encoding.string)letfound_application=declare_3~section~name:"ledger_found_application"~msg:"Found a {version} application at [{position}] (git-description: \
{commit})"~level:Info("version",Data_encoding.string)("position",Data_encoding.string)("commit",Data_encoding.string)letfound=declare_2~section~name:"ledger_found"~msg:"Found {number} Ledger(s) {info}"~level:Debug("number",Data_encoding.int8)("info",Data_encoding.string)letprocessing=declare_1~section~name:"ledger_processing"~msg:"Processing Ledger at path [{position}]"~level:Info("position",Data_encoding.string)letcommunication=declare_1~section~name:"ledger_communication"~msg:"{message}"~level:Debug~pp1:Format.pp_print_text("message",Data_encoding.string)end