B9PartSwitch.CFGUtilPartModule.LogWarning C# (CSharp) Method

LogWarning() protected method

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