2 references to SysLogPriority
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.SysLog.cs (1)
33
internal static partial void SysLog(
SysLogPriority
priority, string message, string arg1);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.Unix.cs (1)
56
Interop.Sys.SysLog(Interop.Sys.
SysLogPriority
.LOG_DEBUG, "%s", message);