Home
last modified time | relevance | path

Searched refs:LogNameFromSourceName (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DEventLogAppender.cs250 currentLogName = EventLog.LogNameFromSourceName(m_applicationName, m_machineName); in ActivateOptions()
276 registeredLogName = EventLog.LogNameFromSourceName(m_applicationName, m_machineName); in ActivateOptions()
282 registeredLogName = EventLog.LogNameFromSourceName(m_applicationName, m_machineName); in ActivateOptions()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DEventLogTest.cs1137 string logName = EventLog.LogNameFromSourceName ("monotempsource", "."); in CreateEventSource1_Log_Empty()
1409 string logName = EventLog.LogNameFromSourceName ("monotempsource", "."); in CreateEventSource1_Log_Null()
3036 public void LogNameFromSourceName () in LogNameFromSourceName() method in MonoTests.System.Diagnostics.EventLogTest
3051 Assert.IsNotNull (EventLog.LogNameFromSourceName ("monotempsource", "."), "#1"); in LogNameFromSourceName()
3053 Assert.IsNotNull (EventLog.LogNameFromSourceName ("monologtemp", "."), "#3"); in LogNameFromSourceName()
3065 EventLog.LogNameFromSourceName ("monotempsource", string.Empty); in LogNameFromSourceName_MachineName_Empty()
3078 EventLog.LogNameFromSourceName ("monotempsource", " \t\n"); in LogNameFromSourceName_MachineName_Empty()
3095 EventLog.LogNameFromSourceName ("monotempsource", null); in LogNameFromSourceName_MachineName_Null()
3118 string logName = EventLog.LogNameFromSourceName ("monotempsource", "."); in LogNameFromSourceName_Source_DoesNotExist()
3130 string logName = EventLog.LogNameFromSourceName (string.Empty, "."); in LogNameFromSourceName_Source_Empty()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DEventLog.cs373 public static string LogNameFromSourceName (string source, string machineName) in LogNameFromSourceName() method in System.Diagnostics.EventLog
382 return impl.LogNameFromSourceName (source, machineName); in LogNameFromSourceName()
525 logName = LogNameFromSourceName (source, machineName); in GetLogName()
601 string actualLog = LogNameFromSourceName (Source, MachineName); in WriteEntry()
H A DNullEventLog.cs116 public override string LogNameFromSourceName (string source, string machineName) in LogNameFromSourceName() method in System.Diagnostics.NullEventLog
H A DEventLogImpl.cs176 public abstract string LogNameFromSourceName (string source, string machineName); in LogNameFromSourceName() method in System.Diagnostics.EventLogImpl
H A DLocalFileEventLog.cs272 public override string LogNameFromSourceName (string source, string machineName) in LogNameFromSourceName() method in System.Diagnostics.LocalFileEventLog
H A DWin32EventLog.cs360 public override string LogNameFromSourceName (string source, string machineName) in LogNameFromSourceName() method in System.Diagnostics.Win32EventLog
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration.Install/System.Diagnostics/
H A DEventLogInstaller.cs112 _log = EventLog.LogNameFromSourceName (_source, ".");
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_eventlog_entry.ps140 $source_log = [System.Diagnostics.EventLog]::LogNameFromSourceName($SourceName, ".") in Test-SourceExistence()
H A Dwin_eventlog.ps174 $source_log = [System.Diagnostics.EventLog]::LogNameFromSourceName($SourceName, ".") in Test-SourceExistence()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_eventlog_entry.ps140 $source_log = [System.Diagnostics.EventLog]::LogNameFromSourceName($SourceName, ".") in Test-SourceExistence()
H A Dwin_eventlog.ps174 $source_log = [System.Diagnostics.EventLog]::LogNameFromSourceName($SourceName, ".") in Test-SourceExistence()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/EventLogTests/
H A DEventLogSourceCreationTests.cs51 Assert.Equal("Application", EventLog.LogNameFromSourceName(source, ".")); in LogNameNullMeansApplicationLog()
H A DEventLogTests.cs258 log = EventLog.LogNameFromSourceName(source, "."); in RegisterDisplayLogName()
H A DEventLogWriteEntryTests.cs381 Assert.Equal("Application", EventLog.LogNameFromSourceName(source, ".")); in WriteWithoutExistingSource()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/ref/
H A DSystem.Diagnostics.EventLog.cs77 … public static string LogNameFromSourceName(string source, string machineName) { throw null; } in LogNameFromSourceName() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DEventLog.cs741 public static string LogNameFromSourceName(string source, string machineName) in LogNameFromSourceName() method in System.Diagnostics.EventLog
H A DEventLogInternal.cs1313 … string rightLogName = EventLog.LogNameFromSourceName(sourceName, currentMachineName); in VerifyAndCreateSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventLog.cs1089 public static string LogNameFromSourceName(string source, string machineName) { in LogNameFromSourceName() method in System.Diagnostics.EventLog
H A DEventLogInternal.cs1533 … string rightLogName = EventLog.LogNameFromSourceName(sourceName, currentMachineName); in VerifyAndCreateSource()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs6295 … public static string LogNameFromSourceName(string source, string machineName) { throw null; } in LogNameFromSourceName() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs6014 … public static string LogNameFromSourceName(string source, string machineName) { throw null; } in LogNameFromSourceName() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs6241 … public static string LogNameFromSourceName(string source, string machineName) { throw null; } in LogNameFromSourceName() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs6262 … public static string LogNameFromSourceName(string source, string machineName) { throw null; } in LogNameFromSourceName() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs6262 … public static string LogNameFromSourceName(string source, string machineName) { throw null; } in LogNameFromSourceName() method in System.Diagnostics.EventLog

12