UnityEditor.AssetPostprocessor.LogError C# (CSharp) Method

LogError() private method

private LogError ( string warning ) : void
warning string
return void
        public void LogError(string warning)
        {
            Object context = null;
            this.LogError(warning, context);
        }

Same methods

AssetPostprocessor::LogError ( string warning, [ context ) : void