Avro.Logger.InfoFormat C# (CSharp) Method

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void
        public void InfoFormat(string format, params object[] args)
        {
            _Log.InfoFormat(format, args);
        }

Same methods

Logger::InfoFormat ( string format, object arg0 ) : void
Logger::InfoFormat ( string format, object arg0, object arg1 ) : void
Logger::InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void