Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.client.util
Class LogUtil

java.lang.Object
  extended by org.jboss.errai.common.client.util.LogUtil

Deprecated.

@Deprecated
public final class LogUtil
extends Object

Use Logger instead.

Author:
Mike Brock

Method Summary
static void displayDebuggerUtilityTitle(String title)
          Deprecated.  
static void displaySeparator()
          Deprecated.  
static boolean isNativeJavaScriptLoggerSupported()
          Deprecated.  
static void log(String message)
          Deprecated.  
static void nativeLog(String message)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public static void log(String message)
Deprecated. 

isNativeJavaScriptLoggerSupported

public static boolean isNativeJavaScriptLoggerSupported()
Deprecated. 

nativeLog

public static void nativeLog(String message)
Deprecated. 

displaySeparator

public static void displaySeparator()
Deprecated. 

displayDebuggerUtilityTitle

public static void displayDebuggerUtilityTitle(String title)
Deprecated. 

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.