Package com.sun.solaris.service.logging
Extends the logging API for use with syslog(3C).
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:-
Class Summary Class Description Facility syslog(3C)facility levels defined insys/syslog.h.Severity syslog(3C)severity levels defined insys/syslog.h.SyslogHandler This handler outputs LogRecords withsyslog(3C)to the given facility with a severity translated by Level with a fixed table.SysloglikeFormatter Formats a LogRecord in a human-readable,syslog-like format, and is intended for use with non-syslog handlers, such as FileHandler.