]> Cypherpunks repositories - gostls13.git/commit
log/syslog: add Alert method
authorVadim Vygonets <unixdj@gmail.com>
Mon, 26 Dec 2011 00:34:27 +0000 (09:34 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 26 Dec 2011 00:34:27 +0000 (09:34 +0900)
commitf71c03af90d29c6e2e8d5cc13ac9c590c6e7e2b9
tree921bc7c7511d7ad43e2099ce93207b4d4c6a1f69
parent98b90475acbe94e336b59feabaa3a643d1ad0c7c
log/syslog: add Alert method

Alert logs a message using the LOG_ALERT priority.

Fixes #2325.

R=mikioh.mikioh, rsc
CC=golang-dev
https://golang.org/cl/5504058
src/pkg/log/syslog/syslog.go