IronKonoha.Token.Print C# (CSharp) Method

Print() public method

public Print ( Context ctx, ReportLevel pe, string fmt ) : void
ctx Context
pe ReportLevel
fmt string
return void
        public void Print(Context ctx, ReportLevel pe, string fmt, params object[] ap)
        {
            ctx.SUGAR_P(pe, this.ULine, 0, fmt, ap);
        }