JqLog.smali

.class public Lcom/path/android/jobqueue/log/JqLog;
.super Ljava/lang/Object;
.source "SourceFile"


# static fields
.field private static customLogger:Lcom/path/android/jobqueue/log/CustomLogger;


# direct methods
.method public static constructor <clinit>()V
    .registers 1

    new-instance v0, Lcom/path/android/jobqueue/log/JqLog$1;

    invoke-direct {v0}, Lcom/path/android/jobqueue/log/JqLog$1;-><init>()V

    sput-object v0, Lcom/path/android/jobqueue/log/JqLog;->customLogger:Lcom/path/android/jobqueue/log/CustomLogger;

    return-void
.end method

.method public constructor <init>()V
    .registers 1

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method

.method public static varargs d(Ljava/lang/String;[Ljava/lang/Object;)V
    .registers 3

    sget-object v0, Lcom/path/android/jobqueue/log/JqLog;->customLogger:Lcom/path/android/jobqueue/log/CustomLogger;

    invoke-interface {v0, p0, p1}, Lcom/path/android/jobqueue/log/CustomLogger;->d(Ljava/lang/String;[Ljava/lang/Object;)V

    return-void
.end method

.method public static varargs e(Ljava/lang/String;[Ljava/lang/Object;)V
    .registers 3

    .line 2
    sget-object v0, Lcom/path/android/jobqueue/log/JqLog;->customLogger:Lcom/path/android/jobqueue/log/CustomLogger;

    invoke-interface {v0, p0, p1}, Lcom/path/android/jobqueue/log/CustomLogger;->e(Ljava/lang/String;[Ljava/lang/Object;)V

    return-void
.end method

.method public static varargs e(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V
    .registers 4

    .line 1
    sget-object v0, Lcom/path/android/jobqueue/log/JqLog;->customLogger:Lcom/path/android/jobqueue/log/CustomLogger;

    invoke-interface {v0, p0, p1, p2}, Lcom/path/android/jobqueue/log/CustomLogger;->e(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V

    return-void
.end method

.method public static isDebugEnabled()Z
    .registers 1

    sget-object v0, Lcom/path/android/jobqueue/log/JqLog;->customLogger:Lcom/path/android/jobqueue/log/CustomLogger;

    invoke-interface {v0}, Lcom/path/android/jobqueue/log/CustomLogger;->isDebugEnabled()Z

    move-result v0

    return v0
.end method

.method public static setCustomLogger(Lcom/path/android/jobqueue/log/CustomLogger;)V
    .registers 1

    sput-object p0, Lcom/path/android/jobqueue/log/JqLog;->customLogger:Lcom/path/android/jobqueue/log/CustomLogger;

    return-void
.end method