|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectua.gradsoft.termware.util.LogHelper
public class LogHelper
Helper for logging into system environments.
| Constructor Summary | |
|---|---|
LogHelper()
|
|
| Method Summary | |
|---|---|
static void |
log(TermSystem sys,
Class aClass,
String message)
output message message if system sys
in logging mode and logged entities are "All" or aClass.getName() . |
static void |
log(TermSystem sys,
Class aClass,
String message,
Substitution s)
output message message with substitution s if system
sys in logging mode and logged entities are "All" or
aClass.getName() . |
static void |
log(TermSystem sys,
Class aClass,
String message,
Term t)
output message message with term t if system sys
in logging mode and logged entities are "All" or aClass.getName() . |
static void |
log(TermSystem sys,
String debugEntity,
Class aClass,
String message)
output message message if system
sys in logging mode and logged entities are "All" or debugEntity
or aClass.getName() . |
static void |
log(TermSystem sys,
String debugEntity,
Class aClass,
String message,
Substitution s)
output message message with substitution s if system
sys in logging mode and logged entities are "All" or debugEntity
or aClass.getName() . |
static void |
log(TermSystem sys,
String debugEntity,
Class aClass,
String message,
Term t)
output message message with term t if system
sys in logging mode and logged entities are "All" or debugEntity
or aClass.getName() . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogHelper()
| Method Detail |
|---|
public static void log(TermSystem sys,
Class aClass,
String message)
message if system sys
in logging mode and logged entities are "All" or aClass.getName() .
public static void log(TermSystem sys,
Class aClass,
String message,
Term t)
message with term t if system sys
in logging mode and logged entities are "All" or aClass.getName() .
public static void log(TermSystem sys,
Class aClass,
String message,
Substitution s)
message with substitution s if system
sys in logging mode and logged entities are "All" or
aClass.getName() .
public static void log(TermSystem sys,
String debugEntity,
Class aClass,
String message)
message if system
sys in logging mode and logged entities are "All" or debugEntity
or aClass.getName() .
public static void log(TermSystem sys,
String debugEntity,
Class aClass,
String message,
Term t)
message with term t if system
sys in logging mode and logged entities are "All" or debugEntity
or aClass.getName() .
public static void log(TermSystem sys,
String debugEntity,
Class aClass,
String message,
Substitution s)
message with substitution s if system
sys in logging mode and logged entities are "All" or debugEntity
or aClass.getName() .
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||