tftp_logger

tftp_logger

tftp_logger
Trivial FTP logger.
Module tftp_logger was introduced in OTP 18.1.

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

Types

Format = string()
Data = [term()]
Reason = term()

Logs an error message. See error_logger:error_msg/2 for details.

Types

Format = string()
Data = [term()]
Reason = term()

Logs an info message. See error_logger:info_msg/2 for details.

Types

Format = string()
Data = [term()]
Reason = term()

Logs a warning message. See error_logger:warning_msg/2 for details.