public class BugLog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BugLog.BugException |
| Constructor and Description |
|---|
BugLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertNotNull(Object obj) |
void |
assertTrue(boolean value,
String message) |
void |
bug(String message) |
static BugLog |
getInstance() |
static void |
setInstance(BugLog instance) |
void |
showException(Exception ex) |
public static BugLog getInstance()
public static void setInstance(BugLog instance)
public void showException(Exception ex)
public void assertTrue(boolean value,
String message)
public void assertNotNull(Object obj)
public void bug(String message)
Copyright © 2013. All rights reserved.