Merge branch 'temp8' into ismailmayat-convert-model-factories-to-static-classes

This commit is contained in:
Stephan
2018-06-30 11:09:07 +02:00

View File

@@ -91,6 +91,13 @@ namespace Umbraco.Core.Logging
return _startupProfiler;
}
// obsolete but that's the one that's called ;-(
[Obsolete]
public override MiniProfiler Start(ProfileLevel level, string sessionName = null)
{
return Start(sessionName);
}
/// <summary>
/// Gets the current profiler.
/// </summary>