Table of Contents

Class StubLogger

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

Constructors

StubLogger()

public StubLogger()

Methods

D(string, string)

public void D(string tag, string message)

Parameters

tag string
message string

E(string, string)

public void E(string tag, string message)

Parameters

tag string
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, string)

public void W(string tag, string message)

Parameters

tag string
message string