public class Reporter extends Object
Allows the output format to be changed in one place so changing everywhere.
All other System.out calls can then be considered debug commands that should not have stayed in.
| Constructor and Description |
|---|
Reporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(String message) |
static void |
error(String message,
Exception ex) |
static void |
println(String message)
Messages that should always goto the System out stream.
|
static void |
warn(String message) |
public static void println(String message)
message - public static void warn(String message)
public static void error(String message)
Copyright © 2006–2020 BridgeDb project. All rights reserved.