All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runtime.csharp.IRT.Logger.DummyLogger.cs Maven / Gradle / Ivy

There is a newer version: 1.3.19
Show newest version

using System;
using IRT;

namespace IRT.Logger {
    public class DummyLogger: ILogger {
        public void Logf(LogLevel level, string format, params object[] args) {
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy