Development Merge 2025.10.18 #4
@@ -14,6 +14,9 @@ public class FileLogger : LoggerBase
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public FileLogger(string filePath)
 | 
					    public FileLogger(string filePath)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
					        if (!filePath.EndsWith(".log"))
 | 
				
			||||||
 | 
					            filePath += ".log";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        FilePath = filePath;
 | 
					        FilePath = filePath;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        bool isRelativePath = Path.GetFullPath(filePath).CompareTo(filePath) != 0;
 | 
					        bool isRelativePath = Path.GetFullPath(filePath).CompareTo(filePath) != 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user