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

com.syncano.library.utils.SyncanoLogger Maven / Gradle / Ivy

Go to download

Syncano's library is written in Java and provides communication with Syncano (www.syncano.io) via HTTPS RESTful interface.

There is a newer version: 4.1.2
Show newest version
package com.syncano.library.utils;

public abstract class SyncanoLogger {

    public abstract void d(String tag, String message);

    public abstract void w(String tag, String message);

    public abstract void e(String tag, String message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy