Docs: TraceLevel vs LogLevel in ILog.cs

This commit is contained in:
Lucas Nicodemus 2015-04-12 22:17:06 -06:00
parent 6431edbf39
commit 726576e3e0

View file

@ -34,7 +34,7 @@ namespace TShockAPI
/// <summary>
/// Checks whether the log level contains the specified flag.
/// </summary>
/// <param name="type">The <see cref="LogLevel" /> value to check.</param>
/// <param name="type">The <see cref="TraceLevel" /> value to check.</param>
bool MayWriteType(TraceLevel type);
/// <summary>