monoandroid
namespace Mono.Unix.Native
{
[CLSCompliant(false)]
public sealed class Syscall : Stdlib
{
[Obsolete("Not necessarily portable due to cdecl restrictions.\nUse syslog(SyslogFacility, SyslogLevel, string) instead.")]
public static int syslog(SyslogFacility facility, SyslogLevel level, string format, params object[] parameters);
}
}
Xamarin Android | 0.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Posix , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756 |
Referencing | The API is automatically referenced. |
Obsolete | Not necessarily portable due to cdecl restrictions. Use syslog(SyslogFacility, SyslogLevel, string) instead. |
Platform Restrictions | This framework does not have platform annotations. |