Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Added new LoggingLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Dec 6, 2019
1 parent b85a27b commit 8bcc697
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion OMODFramework/ILogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

namespace OMODFramework
{
public enum LoggingLevel { DEBUG, INFO, WARNING, ERROR }
/// <summary>
/// Logging levels, script is the lowest and is will print out every function call within a script
/// </summary>
public enum LoggingLevel { SCRIPT, DEBUG, INFO, WARNING, ERROR }

public interface ILogger
{
Expand Down

0 comments on commit 8bcc697

Please sign in to comment.