Package 

Class ValidicLog


  • 
    public final class ValidicLog
    
                        

    Logging facility for the Validic Mobile library. Enabling Logging is a 2 step process. Enable global logging with globalLoggingEnabled. Then, the log level must be set using ValidicLog.setLogLevel(int).

    Turning off Logging can be done globally using globalLoggingEnabled, or by setting the logLevel to NONE via setLogLevel

    By default, when global logging is enabled and the log level is not NONE the log will print using the android.util.Log class. ValidicLog allows for setting setting a custom Logger for more customization. See setLogger for more details