Jcontract API

jcontract
Class LogStdoutRuntimeHandler

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

public class LogStdoutRuntimeHandler
extends LogRuntimeHandler

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


Constructor Summary
LogStdoutRuntimeHandler()
           
 
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

LogStdoutRuntimeHandler

public LogStdoutRuntimeHandler()

Jcontract API