tftp_logger behaviour (tftp v1.2.4)

Copy Markdown View Source

Trivial FTP logger.

A tftp_logger callback module is to be implemented as a tftp_logger behavior and export the following functions:

Summary

Callbacks

Logs an error message. See logger:error/2 for details.

Logs an info message. See logger:info/2 for details.

Logs a warning message. See logger:warning/2 for details.

Callbacks

error_msg(Format :: io:format(), Args :: [term()]) -> ok

(since OTP 18.1) (optional)

Logs an error message. See logger:error/2 for details.

info_msg(Format :: io:format(), Args :: [term()]) -> ok

(since OTP 18.1) (optional)

Logs an info message. See logger:info/2 for details.

warning_msg(Format :: io:format(), Args :: [term()]) -> ok

(since OTP 18.1) (optional)

Logs a warning message. See logger:warning/2 for details.