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

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

Introduction

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

The text is from its open source code.

Method

voidd d(String tag, String s)
Debug log message.
voidd d(String tag, String s, Throwable e)
Debug log message.
voidd d(String tag, String s, Object... args)
Debug log message with printf formatting.
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.
voidsetLogLevel(int logLevel)
Set the current log level.
voidsetLogLevel(String logLevel)
Set the current log level.
voidvoid v(String tag, String s)
Verbose log message.
voidw(String tag, String s)
Warning log message.
voidw(String tag, String s, Throwable e)
Warning log message.
voidw(String tag, String s, Object... args)
Warning log message with printf formatting.