public final class Tags extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
format(CharBuffer chars,
String... tags)
Format tags into a CharBuffer
|
static boolean |
validate(org.slf4j.Logger log,
String... tags)
Validate an array of tags
|
public static boolean validate(org.slf4j.Logger log,
String... tags)
log - The logger to inform of invalid tagstags - The tags to validatepublic static void format(CharBuffer chars, String... tags)
chars - The buffer to receive the formatted tagstags - The tags to formatCopyright © 2016–2017. All rights reserved.