brahms.base.util
Class Log

java.lang.Object
  extended by brahms.base.util.Log

public class Log
extends java.lang.Object

Log is a utility class that provides static methods for logging messages while executing workframes in a Brahms model.

Version:
$Revision: 1.1 $ $Date: 2009/11/23 20:51:34 $ $Author: rnado $
Author:
Bob Nado

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

Log

public Log()
Method Detail

info

public static void info(java.lang.String message,
                        java.lang.Object... args)
Log an informational message using Java format strings

Parameters:
message - a Java format string
args - a variable number of Object arguments used to substitute for format specifiers in the format string
See Also:
Formatter

debug

public static void debug(java.lang.String message,
                         java.lang.Object... args)
Log a debugging message using Java format strings

Parameters:
message - a Java format string
args - a variable number of Object arguments used to substitute for format specifiers in the format string
See Also:
Formatter


Copyright © 1997-2012 All Rights Reserved.