write_plugin_log

Function write_plugin_log 

Source
pub fn write_plugin_log(message: &str) -> Result<(), NullByteError>
Expand description

プラグイン用ログにメッセージを書き込みます。

§Note

ロガーが初期化されていない場合は何も行いません。

§See Also