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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ 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">Identifier of message in resources that should be written at the begging and at the end of the region or message itself.</param>
32
+
/// <param name="messageId">Identifier of the message in resources that should be written at the begging and at the end of the region or message itself.</param>
33
+
/// <param name="parameters">Values of parameters in <paramref name="messageId"/> (resource string or message itself).</param>
33
34
/// <returns><see cref="IDisposable"/> object. Region will closed by disposing of this object.</returns>
0 commit comments