net.sourceforge.plantuml
Class Log

java.lang.Object
  extended by net.sourceforge.plantuml.Log

public abstract class Log
extends Object


Constructor Summary
Log()
           
 
Method Summary
static void debug(String s)
           
static void error(String s)
           
static void info(String s)
           
 
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

debug

public static void debug(String s)

info

public static void info(String s)

error

public static void error(String s)


Copyright © 2011. All Rights Reserved.