Zazzles.Middleware.Response.PrintStatus C# (CSharp) Method

PrintStatus() private method

private PrintStatus ( ) : void
return void
        private void PrintStatus()
        {
            Log.Entry(LogName, Codes.ContainsKey(ReturnCode) ? Codes[ReturnCode] : ReturnCode);
        }