Interface ILogger
- Namespace
- IO.Scanbot.Sdk.Util.Log
- Assembly
- DocumentSDK.NET.Droid.dll
public interface ILogger : IJavaObject, IDisposable, IJavaPeerable
- Inherited Members
-
Methods
D(string, string)
void D(string tag, string message)
Parameters
tag
string
message
string
E(string, string)
void E(string tag, string message)
Parameters
tag
string
message
string
I(string, string)
void I(string tag, string message)
Parameters
tag
string
message
string
LogException(Throwable)
void LogException(Throwable e)
Parameters
e
Throwable
LogMethod()
W(string, string)
void W(string tag, string message)
Parameters
tag
string
message
string