public class PGPrinter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PGPrinter.IPrinter |
static class |
PGPrinter.PSPrinter |
| Modifier and Type | Method and Description |
|---|---|
static void |
close() |
static void |
debug(String sMsg) |
static void |
error(String sMsg) |
static void |
error(String sMsg,
Throwable t) |
static void |
flush() |
static PrintWriter |
getErrWriter() |
static PrintWriter |
getOutWriter() |
static void |
info() |
static void |
info(String sMsg) |
static void |
init(PGPrinter.IPrinter aPrinter) |
static void |
init(PGPrinter.IPrinter aPrinterInfo,
PGPrinter.IPrinter aPrinterError) |
static void |
warn(String sMsg) |
static void |
warn(String sMsg,
Throwable t) |
public static void init(@Nonnull PGPrinter.IPrinter aPrinter)
public static void init(@Nonnull PGPrinter.IPrinter aPrinterInfo, @Nonnull PGPrinter.IPrinter aPrinterError)
public static void info()
public static void flush()
@Nonnull public static PrintWriter getOutWriter()
@Nonnull public static PrintWriter getErrWriter()
Copyright © 2017–2019 Philip Helger. All rights reserved.