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