public class SquidTags extends Object
util
-part nevertheless, in case you define a util
-only
interface that is backed up libgdx's logging system.
Tags used are gathered here, so that one can quickly the tags that SquidLib
use. This can be useful when analyzing logs generated by SquidLib. They are
all prefixed by "squid"
so that one can filter the (very large)
output of android by the prefix of each line.
Modifier and Type | Field and Description |
---|---|
static String |
GENERATION
Use this tag when logging things about generating dungeons, monster, etc.
|
static String |
LAYOUT
Use this tag when logging things about the screen's layout.
|
static String |
SCREEN
Use this tag when logging things about AbstractSquidScreen or other
screen-changing methods if your display has them..
|
Constructor and Description |
---|
SquidTags() |
public static final String GENERATION
public static final String LAYOUT
public static final String SCREEN
public SquidTags()
Copyright © 2012–2016. All rights reserved.