Avro.Logger.InfoFormat C# (CSharp) Method

InfoFormat() public method

public InfoFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void
        public void InfoFormat(string format, object arg0, object arg1)
        {
            _Log.InfoFormat(format, arg0, arg1);
        }

Same methods

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