Home
last modified time | relevance | path

Searched refs:CreateEventSource (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/EventLogTests/
H A DEventLogSourceCreationTests.cs18 EventLog.CreateEventSource(source, log); in CheckSourceExistenceAndDeletion()
49 EventLog.CreateEventSource(source, null); in LogNameNullMeansApplicationLog()
62 Assert.Throws<ArgumentException>(() => EventLog.CreateEventSource(null, "logName")); in SourceNameNull()
69 Assert.Throws<ArgumentException>(() => EventLog.CreateEventSource(source, "?")); in IncorrectLogName()
76 Assert.Throws<ArgumentException>(() => EventLog.CreateEventSource(source, null)); in SourceNameMaxLengthExceeded()
82 Assert.Throws<ArgumentNullException>(() => EventLog.CreateEventSource(null)); in SourceDataNull()
92 EventLog.CreateEventSource(source, log); in SourceAlreadyExistsWhenCreatingSource()
94 Assert.Throws<ArgumentException>(() => EventLog.CreateEventSource(source, log)); in SourceAlreadyExistsWhenCreatingSource()
109 Assert.Throws<ArgumentException>(() => EventLog.CreateEventSource(source, log)); in LogNameAlreadyExists_Throws()
H A DEventLogTests.cs32 EventLog.CreateEventSource(source, log); in ClearLog()
67 EventLog.CreateEventSource(source, log); in DeleteLog()
134 EventLog.CreateEventSource(source, log); in GetMaxKilobytes_Set()
168 EventLog.CreateEventSource(source, log); in OverflowAndRetention_Set()
197 EventLog.CreateEventSource(source, log); in Overflow_OverWriteOlderAndRetention_Set()
235 EventLog.CreateEventSource(source, eventLog.LogDisplayName); in MachineName_Set()
257 EventLog.CreateEventSource(sourceData); in RegisterDisplayLogName()
319 EventLog.CreateEventSource(source, log); in LogDisplayNameDefault()
H A DEventLogWriteEntryTests.cs133 EventLog.CreateEventSource(source, log); in WriteEntry()
165 EventLog.CreateEventSource(source, log); in WriteEntryWithType()
194 EventLog.CreateEventSource(source, log); in WriteEntryWithTypeAndId()
223 EventLog.CreateEventSource(source, log); in WriteEntryWithTypeIdAndCategory()
258 EventLog.CreateEventSource(source, log); in WriteEntryWithTypeIdCategoryAndData()
314 EventLog.CreateEventSource(source, log); in WriteEvent()
340 EventLog.CreateEventSource(source, log); in WriteEventWithData()
H A DEventLogEntryWrittenTest.cs24 EventLog.CreateEventSource(source, log); in RaisingEvent()
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DEventLogAppender.cs274 CreateEventSource(m_applicationName, m_logName, m_machineName); in ActivateOptions()
280 CreateEventSource(m_applicationName, m_logName, m_machineName); in ActivateOptions()
299 private static void CreateEventSource(string source, string logName, string machineName) in CreateEventSource() method in log4net.Appender.EventLogAppender
304 EventLog.CreateEventSource(eventSourceCreationData); in CreateEventSource()
306 EventLog.CreateEventSource(source, logName, machineName); in CreateEventSource()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/tests/
H A DEventLogEntryCollectionTests.cs21 EventLog.CreateEventSource(source, log); in CopyingEventLogEntryCollection()
55 EventLog.CreateEventSource(source, log); in CheckingEntryEqualityWithNull()
80 EventLog.CreateEventSource(source, log); in CheckingEntryEqualityAndIndex()
110 EventLog.CreateEventSource(source, log); in CheckingEntryInEquality()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DEventLog.cs259 public static void CreateEventSource (string source, string logName) in CreateEventSource() method in System.Diagnostics.EventLog
261 CreateEventSource (source, logName, "."); in CreateEventSource()
265 public static void CreateEventSource (string source, in CreateEventSource() method in System.Diagnostics.EventLog
269 CreateEventSource (new EventSourceCreationData (source, logName, in CreateEventSource()
274 public static void CreateEventSource (EventSourceCreationData sourceData) in CreateEventSource() method in System.Diagnostics.EventLog
289 impl.CreateEventSource (sourceData); in CreateEventSource()
598 CreateEventSource (Source, Log, MachineName); in WriteEntry()
H A DNullEventLog.cs58 public override void CreateEventSource (EventSourceCreationData sourceData) in CreateEventSource() method in System.Diagnostics.NullEventLog
H A DEventLogImpl.cs147 public abstract void CreateEventSource (EventSourceCreationData sourceData); in CreateEventSource() method in System.Diagnostics.EventLogImpl
H A DLocalFileEventLog.cs77 public override void CreateEventSource (EventSourceCreationData sourceData) in CreateEventSource() method in System.Diagnostics.LocalFileEventLog
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DEventLogTest.cs1114 EventLog.CreateEventSource (string.Empty, "monologtemp"); in CreateEventSource1_Source_Empty()
1121 EventLog.CreateEventSource (null, "monologtemp"); in CreateEventSource1_Source_Null()
1213 EventLog.CreateEventSource ("monotempsource", "AppEvent"); in CreateEventSource1_Log_InvalidCustomerLog()
1225 EventLog.CreateEventSource ("monotempsource", "appevent"); in CreateEventSource1_Log_InvalidCustomerLog()
1240 EventLog.CreateEventSource ("monotempsource", "SysEvent"); in CreateEventSource1_Log_InvalidCustomerLog()
1252 EventLog.CreateEventSource ("monotempsource", "sysevent"); in CreateEventSource1_Log_InvalidCustomerLog()
1267 EventLog.CreateEventSource ("monotempsource", "SecEvent"); in CreateEventSource1_Log_InvalidCustomerLog()
1279 EventLog.CreateEventSource ("monotempsource", "secevent"); in CreateEventSource1_Log_InvalidCustomerLog()
1294 EventLog.CreateEventSource ("monotempsource", "AppEventA"); in CreateEventSource1_Log_InvalidCustomerLog()
1309 EventLog.CreateEventSource ("monotempsource", "SysEventA"); in CreateEventSource1_Log_InvalidCustomerLog()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/ref/
H A DSystem.Diagnostics.EventLog.cs63 … public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { } in CreateEventSource() method in System.Diagnostics.EventLog
64 public static void CreateEventSource(string source, string logName) { } in CreateEventSource() method in System.Diagnostics.EventLog
66 public static void CreateEventSource(string source, string logName, string machineName) { } in CreateEventSource() 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.cs235 public static void CreateEventSource(string source, string logName) in CreateEventSource() method in System.Diagnostics.EventLog
237 CreateEventSource(new EventSourceCreationData(source, logName, ".")); in CreateEventSource()
241 public static void CreateEventSource(string source, string logName, string machineName) in CreateEventSource() method in System.Diagnostics.EventLog
243 CreateEventSource(new EventSourceCreationData(source, logName, machineName)); in CreateEventSource()
246 public static void CreateEventSource(EventSourceCreationData sourceData) in CreateEventSource() method in System.Diagnostics.EventLog
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_service/files/
H A DSleepService.cs25 EventLog.CreateEventSource(eventSource, "Application"); in SleepService()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_service/files/
H A DSleepService.cs25 EventLog.CreateEventSource(eventSource, "Application"); in SleepService()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/Log/
H A DEventLog.cs104 global::System.Diagnostics.EventLog.CreateEventSource(name, Log); in CreateEventLog()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventLog.cs369 public static void CreateEventSource(string source, string logName) { in CreateEventSource() method in System.Diagnostics.EventLog
370 CreateEventSource(new EventSourceCreationData(source, logName, ".")); in CreateEventSource()
381 public static void CreateEventSource(string source, string logName, string machineName) { in CreateEventSource() method in System.Diagnostics.EventLog
382 CreateEventSource(new EventSourceCreationData(source, logName, machineName)); in CreateEventSource()
387 public static void CreateEventSource(EventSourceCreationData sourceData) { in CreateEventSource() method in System.Diagnostics.EventLog
/dports/devel/boost-docs/boost_1_72_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/databases/percona57-server/boost_1_59_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/databases/xtrabackup/boost_1_59_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/databases/percona57-client/boost_1_59_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()
/dports/devel/boost-libs/boost_1_72_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.cs29 EventLog.CreateEventSource("EventLogDistex", "Application"); in DistexForm()

12