#!/bin/sh

name=$1
text=$2

logger -t "$name" "$text"
/usr/lib/rooter/log/modlogger.sh "$name $text"