#!/bin/bash

# logMessage: send a text message to be included in the specified
# node's data stream

# $1 is node
# $2 is message (must be quoted)
$JAVA -cp $SIAM_CLASSPATH -Djava.security.policy=$SIAM_HOME/properties/policy \
-Dlog4j.threshold=$LOG4J_THRESHOLD moos.operations.utils.LogMessage $1 "$2"

