writeLog

Records a line when level is not more verbose than verbosity.

Callable from a io.github.sakaki_aruka.customcrafter.matter.CMatterPredicate or a io.github.sakaki_aruka.customcrafter.recipe.CRecipePredicate through the explainer exposed on their context, so a predicate can record why it rejected an input.

Since

5.3.0

Parameters

level

Level of this line

line

Message body. Keep it on one line.