JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.vafer.jdeb
Interface Console
public interface
Console
Plug in your favorite log implementation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
debug
(
String
message)
void
info
(
String
message)
void
warn
(
String
message)
Method Details
debug
void
debug
(
String
message)
info
void
info
(
String
message)
warn
void
warn
(
String
message)