B9PartSwitch.PartModuleExtensions.LogError C# (CSharp) Method

LogError() public static method

public static LogError ( this module, object message ) : void
module this
message object
return void
        public static void LogError(this PartModule module, object message) => module.part.LogError($"{module.LogTagString()} {message}");