Table of Contents

Class DebugLog

Namespace
IO.Scanbot.Sdk.Util.Log
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/util/log/DebugLog", DoNotGenerateAcw = true)]
public sealed class DebugLog : Object, ILogger, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DebugLog
Implements
Inherited Members

Constructors

DebugLog(Context)

[Register(".ctor", "(Landroid/content/Context;)V", "")]
public DebugLog(Context context)

Parameters

context Context

Fields

LogDirectory

[Register("LOG_DIRECTORY")]
public const string LogDirectory = "debug_logs"

Field Value

string

LogExtension

[Register("LOG_EXTENSION")]
public const string LogExtension = ".txt"

Field Value

string

Methods

D(string)

[Register("d", "(Ljava/lang/String;)V", "")]
public void D(string message)

Parameters

message string

D(string, string)

[Register("d", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public void D(string tag, string message)

Parameters

tag string
message string

E(string)

[Register("e", "(Ljava/lang/String;)V", "")]
public void E(string message)

Parameters

message string

E(string, string)

[Register("e", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public void E(string tag, string message)

Parameters

tag string
message string

E(string, string, Throwable)

[Register("e", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public void E(string tag, string where, Throwable e)

Parameters

tag string
where string
e Throwable

I(string)

[Register("i", "(Ljava/lang/String;)V", "")]
public void I(string message)

Parameters

message string

I(string, string)

[Register("i", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public void I(string tag, string message)

Parameters

tag string
message string

LogException(Throwable)

[Register("logException", "(Ljava/lang/Throwable;)V", "")]
public void LogException(Throwable e)

Parameters

e Throwable

LogMethod()

[Register("logMethod", "()V", "")]
public void LogMethod()

W(string)

[Register("w", "(Ljava/lang/String;)V", "")]
public void W(string message)

Parameters

message string

W(string, string)

[Register("w", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public void W(string tag, string message)

Parameters

tag string
message string