write_warn_log

Function write_warn_log 

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

ログにWARNレベルのメッセージを書き込みます。

§Note

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

§See Also