Skip to content

Commit

Permalink
Approve API
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Dec 20, 2024
1 parent d8d3b0c commit 778d4a4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,9 @@ namespace Orchestra.Logging
{
public class FileLogListener : Catel.Logging.FileLogListener
{
public FileLogListener(System.Reflection.Assembly? assembly = null) { }
public FileLogListener(string filePath, int maxSizeInKiloBytes, System.Reflection.Assembly? assembly = null) { }
public FileLogListener(Catel.Services.IAppDataService appDataService, System.Reflection.Assembly? assembly = null) { }
public FileLogListener(Catel.Services.IAppDataService appDataService, string filePath, int maxSizeInKiloBytes, System.Reflection.Assembly? assembly = null) { }
protected override string GetApplicationDataDirectory(Catel.IO.ApplicationDataTarget target, string company, string product) { }
protected override bool ShouldIgnoreLogMessage(Catel.Logging.ILog log, string message, Catel.Logging.LogEvent logEvent, object? extraData, Catel.Logging.LogData? logData, System.DateTime time) { }
}
public class RichTextBoxLogListener : Catel.Logging.LogListenerBase
Expand Down

0 comments on commit 778d4a4

Please sign in to comment.