public static interface

Logger.KinveyLogger

com.kinvey.java.Logger.KinveyLogger

Class Overview

This interface defines the behaivor of a platform specific logger

Summary

Public Methods
abstract void debug(String message)
Time to write a debug message to the output
abstract void error(String message)
Time to write an error message to the output
abstract void info(String message)
Time to write an info message to the output
abstract void trace(String message)
Time to write a trace message to the output
abstract void warning(String message)
Time to write a warning message to the output

Public Methods

public abstract void debug (String message)

Time to write a debug message to the output

public abstract void error (String message)

Time to write an error message to the output

public abstract void info (String message)

Time to write an info message to the output

public abstract void trace (String message)

Time to write a trace message to the output

public abstract void warning (String message)

Time to write a warning message to the output