Skip to content

Commit fdfb4eb

Browse files
Update Orm/Xtensive.Orm/Orm/Logging/BaseLog.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 27b7ce1 commit fdfb4eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Orm/Xtensive.Orm/Orm/Logging/BaseLog.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public abstract class BaseLog
2929
/// <summary>
3030
/// Creates region. Within the region, all messages are indented.
3131
/// </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>
3334
/// <returns><see cref="IDisposable"/> object. Region will closed by disposing of this object.</returns>
3435
public IndentManager.IndentScope DebugRegion(string messageId, params object[] parameters)
3536
{

0 commit comments

Comments
 (0)