Index
All Packages
All Categories
By Author

ap (3)
cp (3)
dp (3)
exe (3)
gui (0)
gui/gtk (0)
gui/tk (4)
io (1)
lib (11)
math (0)
net (9)
nlp (18)
op (4)
os (2)
program (3)
sp (2)
tool (9)
wp (2)
xml (2)

Output

type:package
id:mogul:/niehren/output
section:mogul:/niehren
version:0.3.1
blurb:Configurable output devices
author:Joachim Niehren
category:lib
documentation:makefile.oz
download:niehren-output__1.2.5__source__0.3.1.pkg
niehren-output__1.3.0__source__0.3.1.pkg
requires:mogul:/niehren/base
mogul:/niehren/inspector-space
provides:x-ozlib://base/output.ozf
Every application should distinguish at least two output devices: standard and error. In addition a third output device for warning might be useful for many application.

This package exports a function New that creates three new output devices called inspect (this is the standard), warning and error. These deviced can changed by applying the configure function that is also created when calling New.