Documentation of 'joptima.fortran.Log' Java class
Log
joptima.fortran

Class Log



  • public class Log
    extends java.lang.Object
    Minimalist logging support.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Log() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void log(int level, java.lang.String message) 
      static void log(java.lang.String message) 
      static void setLoggingStream(java.io.PrintStream stream)
      Set the java.io.Writer to log to.
      static void setLogLevel(int level)
      Set the minimal level of messages to log.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Log

        public Log()
    • Method Detail

      • setLoggingStream

        public static void setLoggingStream(java.io.PrintStream stream)
        Set the java.io.Writer to log to.
      • setLogLevel

        public static void setLogLevel(int level)
        Set the minimal level of messages to log.
      • log

        public static void log(int level,
                               java.lang.String message)
      • log

        public static void log(java.lang.String message)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.