champaign.sys.logging.targets

Champaign

..
FileTarget

A log target that prints messages to files. Can only be used on target where the sys package is available

SocketTarget

SysPrintTarget

A log target that prints messages to stdout using Sys.println, and to stderr using Sys.stderr().writeString(). Can only be used on targets where the sys package is available