public class DebugManager extends Object
| Modifier and Type | Method and Description |
|---|---|
DebugChannelIF |
advertise(DebugCategoryIF dc) |
Iterator<DebugCategoryIF> |
getCategories() |
Iterator<DebugCategoryIF> |
getCategoriesByTag(String tag) |
static DebugManager |
instance() |
void |
preregister(DebugHandlerIF handler,
String tag)
Lets a debug handler preregister interest in categories that have this tag.
|
public static DebugManager instance()
public void preregister(DebugHandlerIF handler, String tag)
tag - public DebugChannelIF advertise(DebugCategoryIF dc)
public Iterator<DebugCategoryIF> getCategoriesByTag(String tag)
public Iterator<DebugCategoryIF> getCategories()
Copyright © 2023. All rights reserved.