Please don't use this - it's terrible! I recommend Serilog
ReallySimpleLog is a 10-minute logging library.
using ReallySimpleLog;
Logger logger = new(null, true);
logger.Error("Hi!");ReallySimpleLog is a 10-minute logging library.
using ReallySimpleLog;
Logger logger = new(null, true);
logger.Error("Hi!");