Because it is platform specific. You're not supposed to use IOIOLibCore
directly.
On Jun 16, 2016 06:09, "István Rostás" <[email protected]> wrote:

> I found the missing class, added the project so this error is solved.
> I just wondering why ths class is missing from the ioiolibcore-5.07.jar?
> package ioio.lib.spi;
>
> import ioio.lib.spi.Log.ILogger;
> import android.util.Log;
>
> public class LogImpl implements ILogger {
>     @Override
>     public void write(int level, String tag, String message) {
>         Log.println(level, tag, message);
>     }
> }
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "ioio-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/ioio-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to