BoC.Logging.Sitecore.SitecoreLogger.formatException C# (CSharp) Method

formatException() private method

private formatException ( string message, Exception exc ) : string
message string
exc System.Exception
return string
        string formatException(string message, Exception exc)
        {
            return string.Format("{0} \n {1}", message, exc);
        }