public class DebugCategory extends Object implements DebugCategoryIF
| Constructor and Description |
|---|
DebugCategory(String n,
String d,
String... t) |
| Modifier and Type | Method and Description |
|---|---|
DebugChannelIF |
getChannel() |
String |
getDescription() |
String |
getName() |
Iterator<String> |
getTags() |
DebugChannelIF |
initializeChannel(String uniqueName)
This method is called by the DebugManager to initialize the channel associated with
this category.
|
public Iterator<String> getTags()
getTags in interface DebugCategoryIFpublic String getName()
getName in interface DebugCategoryIFpublic String getDescription()
getDescription in interface DebugCategoryIFpublic DebugChannelIF initializeChannel(String uniqueName)
DebugCategoryIFinitializeChannel in interface DebugCategoryIFuniqueName - the unique name created by the DebugManagerpublic DebugChannelIF getChannel()
getChannel in interface DebugCategoryIFCopyright © 2023. All rights reserved.