org.jplot2d.env
Class SystemOutCommandLogger
- java.lang.Object
-
- org.jplot2d.env.SystemOutCommandLogger
-
- All Implemented Interfaces:
- CommandLogger
public class SystemOutCommandLogger extends java.lang.Object implements CommandLogger
A logger to print command invocation to system out.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static SystemOutCommandLoggergetInstance()voidlog(java.lang.String cmd)log the given command string.
-
-
-
Method Detail
-
getInstance
public static SystemOutCommandLogger getInstance()
-
log
public void log(java.lang.String cmd)
Description copied from interface:CommandLoggerlog the given command string. The logging is protected by environment.- Specified by:
login interfaceCommandLogger- Parameters:
cmd- the command string
-
-
DMelt 3.0 © DataMelt by jWork.ORG