public interface DebugCategoryIF
| 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.
|
DebugChannelIF initializeChannel(String uniqueName)
uniqueName - the unique name created by the DebugManagerDebugChannelIF getChannel()
String getName()
String getDescription()
Copyright © 2023. All rights reserved.