Package squidpony
Class SquidTags
java.lang.Object
squidpony.SquidTags
public class SquidTags extends Object
Tags used by SquidLib when calling libgdx's logging system. In the
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.
- Author:
- smelC
-
Field Summary
Fields Modifier and Type Field 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 screens or the context of gameplay changing. -
Constructor Summary
Constructors Constructor Description SquidTags()
-
Method Summary
-
Field Details
-
GENERATION
Use this tag when logging things about generating dungeons, monster, etc.- See Also:
- Constant Field Values
-
LAYOUT
Use this tag when logging things about the screen's layout.- See Also:
- Constant Field Values
-
SCREEN
Use this tag when logging things about screens or the context of gameplay changing.- See Also:
- Constant Field Values
-
-
Constructor Details