SenseNet.ContentRepository.Tests.LoggedDataProvider._GetLog C# (CSharp) Метод

_GetLog() публичный Метод

public _GetLog ( ) : string
Результат string
        public string _GetLog()
        {
            return _log.ToString();
        }
        public string _GetLogAndClear()
LoggedDataProvider