B9PartSwitch.CFGUtilPartModule.LogError C# (CSharp) Method

LogError() protected method

protected LogError ( object message ) : void
message object
return void
        protected void LogError(object message) => ((PartModule)this).LogError(message);