Axiom.Graphics.CompositorScriptLoader.LogIllegal C# (CSharp) Method

LogIllegal() static private method

static private LogIllegal ( Axiom.Graphics.CompositorScriptContext context, string category, string token ) : void
context Axiom.Graphics.CompositorScriptContext
category string
token string
return void
		static void LogIllegal( CompositorScriptContext context, string category, string token )
		{
			LogError( context, "Illegal {0} attribute '{1}'", category, token );
		}