Zetbox.Generator.ResourceBasedGenerationHost.IGenerationHost C# (CSharp) Method

IGenerationHost() private method

private IGenerationHost ( string fmt ) : void
fmt string
return void
        void IGenerationHost.Log(string fmt, params object[] args)
        {
            Log.InfoFormat(fmt, args);
        }