Hi,
is it possible to log "Loot All" actions?

Trivia:
I have a Loot-Log-Plugin that uses the Hook CanMoveItem(). But your "Loot All" bypasses this hook, so it does not log looting with the "Loot All" button.

Maybe you can add a short log like:
"Player [Name] is looting ([hmlmg x 1], [scrap x 250], [item x amount]) from [container.shortprefabname](container.GetInstanceID().ToString())"

That would be great