Table of Contents

Class DebugLog

Namespace
IO.Scanbot.Sdk.Util.Log
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DebugLog : Object, ILogger, IJavaObject, IDisposable, IJavaPeerable
Inheritance
DebugLog
Implements

Constructors

DebugLog(Context)

public DebugLog(Context context)

Parameters

context Context

Fields

LogDirectory

public const string LogDirectory = "debug_logs"

Field Value

string

LogExtension

public const string LogExtension = ".txt"

Field Value

string

Methods

D(string)

public void D(string message)

Parameters

message string

D(string, string)

public void D(string tag, string message)

Parameters

tag string
message string

E(string)

public void E(string message)

Parameters

message string

E(string, string)

public void E(string tag, string message)

Parameters

tag string
message string

E(string, string, Throwable)

public void E(string tag, string where, Throwable e)

Parameters

tag string
where string
e Throwable

I(string)

public void I(string message)

Parameters

message string

I(string, string)

public void I(string tag, string message)

Parameters

tag string
message string

LogException(Throwable)

public void LogException(Throwable e)

Parameters

e Throwable

LogMethod()

public void LogMethod()

W(string)

public void W(string message)

Parameters

message string

W(string, string)

public void W(string tag, string message)

Parameters

tag string
message string