org.opensourcephysics.numerics
Class NumericsLog

java.lang.Object
  extended by org.opensourcephysics.numerics.NumericsLog

public class NumericsLog
extends java.lang.Object

Logs numerics messages to the OSPLog using reflection. Messages are not logged if the OSPLog class is not available.

Version:
1.0
Author:
W. Christian

Method Summary
static void fine(java.lang.String msg)
          Logs a fine debugging message in the OSPLog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fine

public static void fine(java.lang.String msg)
Logs a fine debugging message in the OSPLog.

Parameters:
msg - the message