Java org.apache.cordova.api LOG fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cordova.api LOG fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cordova.api LOG.

The text is from its open source code.

Subclass

org.apache.cordova.api.LOG has subclasses.
Click this link to see all its subclasses.

Method

voidd d(String tag, String s)
Debug log message.
voide(String tag, String s)
Error log message.
voide(String tag, String s, Throwable e)
Error log message.
voide(String tag, String s, Object... args)
Error log message with printf formatting.
voidic static void i(String tag, String s)
Info log message.