tmsh::log_dest

Description

Specifies whether the system sends events to the screen or the log files (LOG_LOCAL0).

Syntax

tmsh::log_dest [screen | file]

Examples

tmsh::create ltm pool $poolname members add \{ $members \}
tmsh::log_dest screen
tmsh::log_level notice
tmsh::log "Created pool $poolname with members $members"