Docs: TraceLevel vs LogLevel in ILog.cs
This commit is contained in:
parent
6431edbf39
commit
726576e3e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue