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

commonMain.com.seanproctor.onvifcamera.OnvifLogger.kt Maven / Gradle / Ivy

The newest version!
package com.seanproctor.onvifcamera

public interface OnvifLogger {
    public fun error(message: String, e: Throwable?)
    public fun debug(message: String)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy