|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbrahms.base.util.Log
public class Log
Log is a utility class that provides static methods for logging messages while executing workframes in a Brahms model.
| Constructor Summary | |
|---|---|
Log()
|
|
| Method Summary | |
|---|---|
static void |
debug(java.lang.String message,
java.lang.Object... args)
Log a debugging message using Java format strings |
static void |
info(java.lang.String message,
java.lang.Object... args)
Log an informational message using Java format strings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log()
| Method Detail |
|---|
public static void info(java.lang.String message,
java.lang.Object... args)
message - a Java format stringargs - a variable number of Object arguments used to substitute for format specifiers in the format stringFormatter
public static void debug(java.lang.String message,
java.lang.Object... args)
message - a Java format stringargs - a variable number of Object arguments used to substitute for format specifiers in the format stringFormatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||