public class Log
extends java.lang.Object
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
| Modifier and Type | Field and Description |
|---|---|
static int |
level
4 = extreme details 3 = details, 2 = medium, 1 = abstract , 0 = none
|
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
static void |
msg(java.lang.Class<?> from,
java.lang.String message,
int abstractLevel)
Print Out messages from classes to console
|