plugify  1.0.0.0
Public Member Functions | List of all members
plugify::ILogger Class Referenceabstract

Interface for logging messages with different severity levels. More...

#include <log.hpp>

Public Member Functions

virtual void Log (std::string_view msg, Severity severity)=0
 Log a message with the specified severity level. More...
 

Detailed Description

Interface for logging messages with different severity levels.

The ILogger interface provides a common interface for loggers to handle logging messages with various severity levels.

Definition at line 28 of file log.hpp.

Member Function Documentation

◆ Log()

virtual void plugify::ILogger::Log ( std::string_view  msg,
Severity  severity 
)
pure virtual

Log a message with the specified severity level.

Parameters
msgThe log message.
severityThe severity level of the log message.

The documentation for this class was generated from the following file: