Jcontract API

jcontract
Class LogStderrRuntimeHandler

java.lang.Object
  |
  +--jcontract.RuntimeHandler
        |
        +--jcontract.LogRuntimeHandler
              |
              +--jcontract.LogStderrRuntimeHandler

public class LogStderrRuntimeHandler
extends LogRuntimeHandler

A LogRuntimeHandler that writes the logging information to the standard error output.


Constructor Summary
LogStderrRuntimeHandler()
           
 
Methods inherited from class jcontract.LogRuntimeHandler
contractViolation, getLogStream, instrumentedClassLoaded, log, log, logActive, logViolation, makeLogStream, shutdownAction, startAction
 
Methods inherited from class jcontract.RuntimeHandler
documentedExceptionThrown, getRuntimeStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogStderrRuntimeHandler

public LogStderrRuntimeHandler()

Jcontract API