Skip to content

Commit 8470f5c

Browse files
Update Orm/Xtensive.Orm/Orm/Logging/BaseLog.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 8f503d2 commit 8470f5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)