Skip to content

Commit 27b7ce1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public IndentManager.IndentScope InfoRegion(string messageId, params object[] pa
6363
/// <summary>
6464
/// Writes debug message.
6565
/// </summary>
66-
/// <param name="messageId">Message to write to.</param>
67-
/// <param name="parameters">Values of parameters in <paramref name="messageId"/>.</param>
66+
/// <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>
67+
/// <param name="parameters">Values of parameters in <paramref name="messageId"/> (resource string or message itself).</param>
6868
/// <param name="exception">Exception, which must be written.</param>
6969
public virtual void Debug(string messageId, object[] parameters = null, Exception exception = null) =>
7070
Write(LogLevel.Debug, messageId, parameters, exception);

0 commit comments

Comments
 (0)