org.semanticweb.more.io
Class LogOutput

java.lang.Object
  extended by org.semanticweb.more.io.LogOutput

public class LogOutput
extends Object


Constructor Summary
LogOutput()
           
 
Method Summary
static void print(double d)
           
static void print(int i)
           
static void print(String str)
           
static void printAlways(String str)
           
static void printError(String str)
           
static void printNotSupported(String str)
           
static void showOutpuLog(boolean show)
           
static void showOutpuLogAlways(boolean show)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOutput

public LogOutput()
Method Detail

print

public static void print(double d)

print

public static void print(int i)

print

public static void print(String str)

printError

public static void printError(String str)

showOutpuLog

public static void showOutpuLog(boolean show)

showOutpuLogAlways

public static void showOutpuLogAlways(boolean show)

printAlways

public static void printAlways(String str)

printNotSupported

public static void printNotSupported(String str)


Copyright © 2013. All Rights Reserved.