Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ロギングにラガーを使用しています。lager:warn/1などの関数を関数に変換するパーサー変換がありlager:trace...ます。
lager:warn/1
lager:trace...
ダイアライザーはパーサー変換を処理しないため、 で警告しCall to missing or unexported function lager:warn/1ます。
Call to missing or unexported function lager:warn/1
この関数が存在することを警告せずにどのように伝えるのですか?
コードのコンパイル時に解析変換が適用され、.plt ファイルに lager が含まれている限り、ダイアライザーにコンパイル ビーム ファイルを確認させるのが最善の方法です。