com.browserstack.automate.ci.common.logger
Class PluginLogger

java.lang.Object
  extended by com.browserstack.automate.ci.common.logger.PluginLogger

public class PluginLogger
extends Object


Constructor Summary
PluginLogger()
           
 
Method Summary
static boolean isDebugEnabled()
           
static void log(PrintStream printStream, String message)
           
static void logDebug(PrintStream printStream, String message)
           
static void setTag(String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginLogger

public PluginLogger()
Method Detail

isDebugEnabled

public static boolean isDebugEnabled()

log

public static void log(PrintStream printStream,
                       String message)

logDebug

public static void logDebug(PrintStream printStream,
                            String message)

setTag

public static void setTag(String tag)


Copyright © 2004-2016. All Rights Reserved.