logSevere

public void logSevere(String error)

Log a severe error using the plugin's logger.

Parameters

error

The error message to display


public void logSevere(String error, @Nullable() Exception exception)

Log a severe error using the plugin's logger.

Parameters

error

The error message to display

exception

The exception coming along it