Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Updated documentation for LogLevel.FromOrdinal().
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Sep 10, 2011
1 parent 66bbed5 commit 2777b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NLog/LogLevel.cs
Expand Up @@ -233,7 +233,7 @@ internal int Ordinal
/// Gets the <see cref="LogLevel"/> that corresponds to the specified ordinal. /// Gets the <see cref="LogLevel"/> that corresponds to the specified ordinal.
/// </summary> /// </summary>
/// <param name="ordinal">The ordinal.</param> /// <param name="ordinal">The ordinal.</param>
/// <returns>The <see cref="LogLevel"/> instance. For 0 it returns <see cref="LogLevel.Debug"/>, 1 gives <see cref="LogLevel.Info"/> and so on.</returns> /// <returns>The <see cref="LogLevel"/> instance. For 0 it returns <see cref="LogLevel.Trace"/>, 1 gives <see cref="LogLevel.Debug"/> and so on.</returns>
public static LogLevel FromOrdinal(int ordinal) public static LogLevel FromOrdinal(int ordinal)
{ {
switch (ordinal) switch (ordinal)
Expand Down

0 comments on commit 2777b71

Please sign in to comment.