object syslog
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_SYSLOG")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- syslog
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def LOG_ALERT: CInt
- Annotations
- @name("scalanative_log_alert")
- def LOG_AUTH: CInt
- Annotations
- @name("scalanative_log_auth")
- def LOG_AUTHPRIV: CInt
- Annotations
- @name("scalanative_log_authpriv")
- def LOG_CONS: CInt
- Annotations
- @name("scalanative_log_cons")
- def LOG_CRIT: CInt
- Annotations
- @name("scalanative_log_crit")
- def LOG_CRON: CInt
- Annotations
- @name("scalanative_log_cron")
- def LOG_DAEMON: CInt
- Annotations
- @name("scalanative_log_daemon")
- def LOG_DEBUG: CInt
- Annotations
- @name("scalanative_log_debug")
- def LOG_EMERG: CInt
- Annotations
- @name("scalanative_log_emerg")
- def LOG_ERR: CInt
- Annotations
- @name("scalanative_log_err")
- def LOG_FAC(p: CInt): CInt
- Annotations
- @name("scalanative_log_fac")
- def LOG_FACMASK: CInt
- Annotations
- @name("scalanative_log_facmask")
- def LOG_FTP: CInt
- Annotations
- @name("scalanative_log_ftp")
- def LOG_INFO: CInt
- Annotations
- @name("scalanative_log_info")
- def LOG_INSTALL: CInt
- Annotations
- @name("scalanative_log_install")
- def LOG_KERN: CInt
- Annotations
- @name("scalanative_log_kern")
- def LOG_LOCAL0: CInt
- Annotations
- @name("scalanative_log_local0")
- def LOG_LOCAL1: CInt
- Annotations
- @name("scalanative_log_local1")
- def LOG_LOCAL2: CInt
- Annotations
- @name("scalanative_log_local2")
- def LOG_LOCAL3: CInt
- Annotations
- @name("scalanative_log_local3")
- def LOG_LOCAL4: CInt
- Annotations
- @name("scalanative_log_local4")
- def LOG_LOCAL5: CInt
- Annotations
- @name("scalanative_log_local5")
- def LOG_LOCAL6: CInt
- Annotations
- @name("scalanative_log_local6")
- def LOG_LOCAL7: CInt
- Annotations
- @name("scalanative_log_local7")
- def LOG_LPR: CInt
- Annotations
- @name("scalanative_log_lpr")
- def LOG_MAIL: CInt
- Annotations
- @name("scalanative_log_mail")
- def LOG_MAKEPRI(fac: CInt, pri: CInt): CInt
- Annotations
- @name("scalanative_log_makepri")
- def LOG_MASK(pri: CInt): CInt
- Annotations
- @name("scalanative_log_mask")
- def LOG_NDELAY: CInt
- Annotations
- @name("scalanative_log_ndelay")
- def LOG_NETINFO: CInt
- Annotations
- @name("scalanative_log_netinfo")
- def LOG_NEWS: CInt
- Annotations
- @name("scalanative_log_news")
- def LOG_NFACILITIES: CInt
- Annotations
- @name("scalanative_log_nfacilities")
- def LOG_NOTICE: CInt
- Annotations
- @name("scalanative_log_notice")
- def LOG_NOWAIT: CInt
- Annotations
- @name("scalanative_log_nowait")
- def LOG_ODELAY: CInt
- Annotations
- @name("scalanative_log_odelay")
- def LOG_PERROR: CInt
- Annotations
- @name("scalanative_log_perror")
- def LOG_PID: CInt
- Annotations
- @name("scalanative_log_pid")
- def LOG_PRI(p: CInt): CInt
- Annotations
- @name("scalanative_log_pri")
- def LOG_PRIMASK: CInt
- Annotations
- @name("scalanative_log_primask")
- def LOG_RAS: CInt
- Annotations
- @name("scalanative_log_ras")
- def LOG_REMOTEAUTH: CInt
- Annotations
- @name("scalanative_log_remoteauth")
- def LOG_SYSLOG: CInt
- Annotations
- @name("scalanative_log_syslog")
- def LOG_UPTO(pri: CInt): CInt
- Annotations
- @name("scalanative_log_upto")
- def LOG_USER: CInt
- Annotations
- @name("scalanative_log_user")
- def LOG_UUCP: CInt
- Annotations
- @name("scalanative_log_uucp")
- def LOG_WARNING: CInt
- Annotations
- @name("scalanative_log_warning")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closelog(): Unit
- Annotations
- @name("scalanative_closelog") @blocking()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def openlog(ident: CString, logopt: CInt, facility: CInt): Unit
- Annotations
- @name("scalanative_openlog") @blocking()
- def setlogmask(maskpri: CInt): CInt
- Annotations
- @name("scalanative_setlogmask") @blocking()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def syslog(priority: CInt, format: CString, vargs: Any*): Unit
- Annotations
- @blocking()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()