org.jplot2d.env
Class LoggingCommandLogger
- java.lang.Object
-
- org.jplot2d.env.LoggingCommandLogger
-
- All Implemented Interfaces:
- CommandLogger
public class LoggingCommandLogger extends java.lang.Object implements CommandLogger
A logger to log command to java logger "org.jplot2d.command".
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static LoggingCommandLoggergetInstance()voidlog(java.lang.String cmd)log the given command string.
-
-
-
Method Detail
-
getInstance
public static LoggingCommandLogger 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