AndroidKatanaLogger

public class AndroidKatanaLogger implements Katana.Logger

Android specific Katana.Logger implementation.

See also

org.rewedigital.katana.Katana

Functions

debug
Link copied to clipboard
Unit debug(String msg)
equals
Link copied to clipboard
Boolean equals(Object other)
error
Link copied to clipboard
Unit error(String msg, Throwable throwable)
hashCode
Link copied to clipboard
Integer hashCode()
info
Link copied to clipboard
Unit info(String msg)
toString
Link copied to clipboard
String toString()
warn
Link copied to clipboard
Unit warn(String msg)

Properties

INSTANCE
Link copied to clipboard
public final static AndroidKatanaLogger INSTANCE