hudson.plugins.virtualbox
Class VirtualBoxSystemLog

java.lang.Object
  extended by hudson.plugins.virtualbox.VirtualBoxSystemLog
All Implemented Interfaces:
VirtualBoxLogger

public class VirtualBoxSystemLog
extends Object
implements VirtualBoxLogger

Author:
Mihai Serban

Constructor Summary
VirtualBoxSystemLog(Logger logger, String logPrefix)
           
 
Method Summary
 void logError(String message)
           
 void logFatalError(String message)
           
 void logInfo(String message)
           
 void logWarning(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualBoxSystemLog

public VirtualBoxSystemLog(Logger logger,
                           String logPrefix)
Method Detail

logInfo

public void logInfo(String message)
Specified by:
logInfo in interface VirtualBoxLogger

logWarning

public void logWarning(String message)
Specified by:
logWarning in interface VirtualBoxLogger

logError

public void logError(String message)
Specified by:
logError in interface VirtualBoxLogger

logFatalError

public void logFatalError(String message)
Specified by:
logFatalError in interface VirtualBoxLogger


Copyright © 2004-2013. All Rights Reserved.