B9PartSwitch.CFGUtilPartModule.LogInfo C# (CSharp) Method

LogInfo() protected method

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