commonMain.com.seanproctor.onvifcamera.OnvifLogger.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of onvifcamera-jvm Show documentation
Show all versions of onvifcamera-jvm Show documentation
A Kotlin library to interact with ONVIF cameras.
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