public class LogHelper extends Object
| Constructor and Description |
|---|
LogHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Debug(String message) |
static void |
Error(Exception e) |
static void |
Info(String message) |
static void |
SetLogger(PrintStream logger,
boolean verbose) |
public static void SetLogger(PrintStream logger, boolean verbose)
public static void Info(String message)
public static void Error(Exception e)
public static void Debug(String message)
Copyright © 2016–2019. All rights reserved.