Added autoinstall for modules
This commit is contained in:
@@ -14,16 +14,13 @@ namespace DiscordBotCore.Interfaces.Logger
|
||||
|
||||
string LogMessageFormat { get; set; }
|
||||
|
||||
event EventHandler<FormattedMessage> OnFormattedLog;
|
||||
event EventHandler<ILogMessage> OnRawLog;
|
||||
|
||||
void Log(ILogMessage message);
|
||||
void Log(ILogMessage message, string format);
|
||||
void Log(string message);
|
||||
void Log(string message, LogType logType);
|
||||
void Log(string message, LogType logType, string format);
|
||||
void Log(string message, object Sender);
|
||||
void Log(string message, object Sender, LogType type);
|
||||
void LogException(Exception exception, object Sender, bool logFullStack = false);
|
||||
|
||||
void SetOutFunction(Action<string> outFunction);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user