Skip to content

alias WriteTarget


(alias) WriteTarget = ("term"|"log"|"term and log")
    | "term"
    | "log"
    | "term and log"

The optional target can be one of three possibilities: term, log or term and log.