damageSummary

public static void damageSummary(Player player, String line)

Emits a compact single-line damage summary to the server log for the given player. Intended to be called once per damage event after the verbose chat breakdown so admins can grep "[EM-Damage]" a log file to scan across many hits at once.

Parameters

player

The player involved (debug must be enabled for them)

line

The pre-formatted summary line (no color codes expected)