RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.LogHelpers.Log

Log.Log(ManualLogSource) Constructor

Constructor for the Log helper. Always assign this to a variable with an internal access modifier to keep it to the calling assembly’s scope.

public Log(ManualLogSource logger);

Parameters

logger BepInEx.Logging.ManualLogSource
BepInEx Logger object