Class DebugLog
- Namespace
- IO.Scanbot.Sdk.Util.Log
- Assembly
- DocumentSDK.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
H
[Register("h")]
public const bool H = true
Field Value
- bool
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
Properties
F
[Register("f")]
public static Pattern F { get; }
Property Value
- Pattern
G
[Register("g")]
public static bool G { get; set; }
Property Value
- bool
J
[Register("j")]
public static ILogger.Level J { get; }
Property Value
- ILogger.Level
K
[Register("k")]
public static ILogger.Level K { get; }
Property Value
- ILogger.Level
L
[Register("l")]
public static string L { get; set; }
Property Value
- string
Methods
A()
[Register("a", "()Ljava/lang/String;", "")]
public string A()
Returns
- string
B()
[Register("b", "()Ljava/lang/String;", "")]
public string B()
Returns
- string
C()
[Register("c", "()Ljava/lang/String;", "")]
public string C()
Returns
- string
D()
[Register("d", "()Ljava/io/Writer;", "")]
public Writer D()
Returns
- Writer
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