FBLogger ver.1.00 Fabrice Co. http://www.fabrice.co.jp/ FBLogger is freeware. NAME fblogger - make entries in the system log SYNOPSIS fblogger [-is] [-h host:port] [-f file] [-p pri] [-t tag] [--] [message ...] DESCRIPTION fblogger is BSD logger compatible console program in Win32 environment. fblogger provides a command line interface to remote syslogd server. Options: -h syslog server hostname or ip address and port. The default is "-h localhost:514". -i Log the win32 process id of the logger process with each line. -s Log the message to standard error, as well as the system log. -f file Log the specified file. -p pri Enter the message with the specified priority. The priority may be specified as a "facility.level" pair. For example, "-p local3.info" logs the message as informational level in the local3 facility. The default is "user.notice." -t tag Mark every line in the log with the specified tag. -- End the augument list. message Write the message to log; if not specified, and the -f flag is not provided, standard input is logged. The fblogger exits 0 on success, and >0 if an error occurs. Valid facility names are: auth, authpriv (for security information of a sensitive nature), cron, daemon, ftp, kern, lpr, mail, news, security (deprecated synonym for auth), syslog, user, uucp, and local0 to local7, inclusive. Valid level names are: alert, crit, debug, emerg, err, error (deprecated synonym for err), info, notice, panic (deprecated synonym for emerg), warning, warn (deprecated synonym for warning). EXAMPLES fblogger System rebooted fblogger -p local0.notice -t MyTag -f messages.txt DOWNLOAD http://www.fabrice.co.jp/distribution/fblogger/fblogger.zip HISTORY 2002-02-22 ver.1.00 First public release. 2002-01-10 ver.0.92 First internal release. THANKS Indy(Internet direct) http://www.nevrona.com/Indy/ CONTACT Fabrice Co. http://www.fabrice.co.jp/