Nexus.Client.PluginManagement.InstallationLog.ActivePluginLog.SavePluginLog C# (CSharp) Method

SavePluginLog() protected method

Save the data to the Install Log file.
protected SavePluginLog ( ) : void
return void
		protected void SavePluginLog()
		{
			LogSerializer.SavePluginLog(m_ostActivePlugins);
		}