Skip to content

Commit

Permalink
Update API doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Jul 5, 2024
1 parent 19eab9d commit 40d4b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/Realm/Logging/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static LogLevel LogLevel
/// </summary>
/// <param name="category">The category to get the level for. Defaults to <see cref="LogCategory.Realm"/> if not specified.</param>
/// <returns>
/// The log level used.
/// The log level used for the given category.
/// </returns>
public static LogLevel GetLogLevel(LogCategory? category = null)
{
Expand Down

0 comments on commit 40d4b6c

Please sign in to comment.