You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Orm/Xtensive.Orm/Orm/Logging/BaseLog.cs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,7 @@ public abstract class BaseLog
29
29
/// <summary>
30
30
/// Creates region. Within the region, all messages are indented.
31
31
/// </summary>
32
-
/// <param name="messageId">Message, which writes to beginning of region and end of region.</param>
33
-
/// <param name="parameters">Values of parameters in <paramref name="messageId"/>.</param>
32
+
/// <param name="messageId">Identifier of message in resources that should be written at the begging and at the end of the region or message itself.</param>
34
33
/// <returns><see cref="IDisposable"/> object. Region will closed by disposing of this object.</returns>
0 commit comments