Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
NativeLogTool

Class NativeLogTool

Hierarchy

java.lang.Object

Package
com.smartdevicelink.util

Constructors

NativeLogTool()

public NativeLogTool()

Methods

setEnableState( boolean en )

public static void setEnableState(boolean en)

Method Parameters

en

isEnabled()

public static boolean isEnabled()

logInfo( String message )

public static boolean logInfo(String message)

Method Parameters

message

logInfo( String tag, String message )

public static boolean logInfo(String tag,String message)

Method Parameters

tag
message

logWarning( String message )

public static boolean logWarning(String message)

Method Parameters

message

logWarning( String tag, String message )

public static boolean logWarning(String tag,String message)

Method Parameters

tag
message

logError( String message )

public static boolean logError(String message)

Method Parameters

message

logError( String tag, String message )

public static boolean logError(String tag,String message)

Method Parameters

tag
message

logError( String message, Throwable t )

public static boolean logError(String message,Throwable t)

Method Parameters

message
t

logError( String tag, String message, Throwable t )

public static boolean logError(String tag,String message,Throwable t)

Method Parameters

tag
message
t

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section