Log4j 1.3alpha-3

org.apache.log4j.helpers
Class PlatformInfo

java.lang.Object
  |
  +--org.apache.log4j.helpers.PlatformInfo

public class PlatformInfo
extends java.lang.Object

This class provides information about the runtime platform.

Since:
1.3
Author:
Ceki Gulcu

Constructor Summary
PlatformInfo()
           
 
Method Summary
static boolean hasStackTraceElement()
           
static boolean isInVisualAge()
           
static boolean isJDK14OrLater()
           
static boolean isOnAS400()
          Are we running on AS400?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformInfo

public PlatformInfo()
Method Detail

isInVisualAge

public static boolean isInVisualAge()

isOnAS400

public static boolean isOnAS400()
Are we running on AS400?


hasStackTraceElement

public static boolean hasStackTraceElement()

isJDK14OrLater

public static boolean isJDK14OrLater()

Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.