Updated Logger. Local plugin database has now only executable dependencies stored in the database
This commit is contained in:
@@ -11,7 +11,7 @@ namespace DiscordBotCore.Interfaces.Logger
|
||||
public string LogMessageFormat { get; set; }
|
||||
|
||||
public void Log(ILogMessage message);
|
||||
public void LogException(Exception exception, object Sender);
|
||||
public void LogException(Exception exception, object Sender, bool logFullStack = false);
|
||||
|
||||
public event EventHandler<FormattedMessage> OnFormattedLog;
|
||||
public event EventHandler<ILogMessage> OnRawLog;
|
||||
|
||||
Reference in New Issue
Block a user