BoC.Logging.Sitecore.SitecoreLogger.formatException C# (CSharp) 메소드

formatException() 개인적인 메소드

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