Home
last modified time | relevance | path

Searched refs:DeleteEventSource (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/EventLogTests/
H A DEventLogTests.cs45 EventLog.DeleteEventSource(source); in ClearLog()
72 EventLog.DeleteEventSource(source); in DeleteLog()
144 EventLog.DeleteEventSource(source); in GetMaxKilobytes_Set()
183 EventLog.DeleteEventSource(source); in OverflowAndRetention_Set()
210 EventLog.DeleteEventSource(source); in Overflow_OverWriteOlderAndRetention_Set()
241 EventLog.DeleteEventSource(source); in MachineName_Set()
270 EventLog.DeleteEventSource(source); in RegisterDisplayLogName()
309 Assert.Throws<ArgumentException>(() => EventLog.DeleteEventSource("", "")); in InvalidMachineName()
328 EventLog.DeleteEventSource(source); in LogDisplayNameDefault()
H A DEventLogWriteEntryTests.cs151 EventLog.DeleteEventSource(source); in WriteEntry()
180 EventLog.DeleteEventSource(source); in WriteEntryWithType()
209 EventLog.DeleteEventSource(source); in WriteEntryWithTypeAndId()
244 EventLog.DeleteEventSource(source); in WriteEntryWithTypeIdAndCategory()
273 EventLog.DeleteEventSource(source); in WriteEntryWithTypeIdCategoryAndData()
326 EventLog.DeleteEventSource(source); in WriteEvent()
353 EventLog.DeleteEventSource(source); in WriteEventWithData()
385 EventLog.DeleteEventSource(source); in WriteWithoutExistingSource()
H A DEventLogSourceCreationTests.cs23 EventLog.DeleteEventSource(source); in CheckSourceExistenceAndDeletion()
39 … Assert.Throws<ArgumentException>(() => EventLog.DeleteEventSource(Guid.NewGuid().ToString("N"))); in DeleteUnregisteredSource()
55 EventLog.DeleteEventSource(source); in LogNameNullMeansApplicationLog()
98 EventLog.DeleteEventSource(source); in SourceAlreadyExistsWhenCreatingSource()
H A DEventLogEntryWrittenTest.cs50 EventLog.DeleteEventSource(source); in RaisingEvent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/
H A DEventLogEntryCollectionTests.cs42 EventLog.DeleteEventSource(source); in CopyingEventLogEntryCollection()
67 EventLog.DeleteEventSource(source); in CheckingEntryEqualityWithNull()
97 EventLog.DeleteEventSource(source); in CheckingEntryEqualityAndIndex()
124 EventLog.DeleteEventSource(source); in CheckingEntryInEquality()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DEventLog.cs312 public static void DeleteEventSource (string source) in DeleteEventSource() method in System.Diagnostics.EventLog
314 DeleteEventSource (source, "."); in DeleteEventSource()
318 public static void DeleteEventSource (string source, string machineName) in DeleteEventSource() method in System.Diagnostics.EventLog
327 impl.DeleteEventSource (source, machineName); in DeleteEventSource()
H A DNullEventLog.cs66 public override void DeleteEventSource (string source, string machineName) in DeleteEventSource() method in System.Diagnostics.NullEventLog
H A DEventLogImpl.cs151 public abstract void DeleteEventSource (string source, string machineName); in DeleteEventSource() method in System.Diagnostics.EventLogImpl
H A DLocalFileEventLog.cs117 public override void DeleteEventSource (string source, string machineName) in DeleteEventSource() method in System.Diagnostics.LocalFileEventLog
H A DWin32EventLog.cs168 public override void DeleteEventSource (string source, string machineName) in DeleteEventSource() method in System.Diagnostics.Win32EventLog
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/ref/
H A DSystem.Diagnostics.EventLog.cs69 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
70 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DEventLogTest.cs855 EventLog.DeleteEventSource ("monotempsource", "."); in Constructor4_Log_Empty()
1681 EventLog.DeleteEventSource ("monotempsource"); in DeleteEventSource1()
1692 EventLog.DeleteEventSource ("MonoTempSource"); in DeleteEventSource1()
1716 EventLog.DeleteEventSource ("monotempsource"); in DeleteEventSource1_Source_DoesNotExist()
1736 EventLog.DeleteEventSource (string.Empty); in DeleteEventSource1_Source_Empty()
1747 EventLog.DeleteEventSource (null); in DeleteEventSource1_Source_Null()
1770 EventLog.DeleteEventSource ("monotempsource"); in DeleteEventSource2()
1781 EventLog.DeleteEventSource ("MonoTempSource"); in DeleteEventSource2()
1852 EventLog.DeleteEventSource ("monotempsource", "."); in DeleteEventSource2_Source_DoesNotExist()
1872 EventLog.DeleteEventSource (string.Empty, "."); in DeleteEventSource2_Source_Empty()
[all …]
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DEventLogAppender.cs273 EventLog.DeleteEventSource(m_applicationName, m_machineName); in ActivateOptions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DEventLog.cs444 public static void DeleteEventSource(string source) in DeleteEventSource() method in System.Diagnostics.EventLog
446 DeleteEventSource(source, "."); in DeleteEventSource()
449 public static void DeleteEventSource(string source, string machineName) in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceProcess.ServiceController/tests/
H A DServiceBaseTests.cs194 EventLog.DeleteEventSource(sb.ServiceName); in LogWritten()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventLog.cs675 public static void DeleteEventSource(string source) { in DeleteEventSource() method in System.Diagnostics.EventLog
676 DeleteEventSource(source, "."); in DeleteEventSource()
687 public static void DeleteEventSource(string source, string machineName) { in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs6283 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6285 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs6002 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6004 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs6229 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6231 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs6250 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6252 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs6250 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6252 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs6229 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6231 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs6229 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6231 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs6230 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6232 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs6519 public static void DeleteEventSource(string source) { } in DeleteEventSource() method in System.Diagnostics.EventLog
6520 public static void DeleteEventSource(string source, string machineName) { } in DeleteEventSource() method in System.Diagnostics.EventLog

12