IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DiagnosticEventSource.g.cs
Go to the documentation of this file.
1#nullable enable
2
3using System.Diagnostics.Tracing;
4
6{
7
9 {
10
17 [Event(1, Message = "Found main method in class \"{0}\".", Level = EventLevel.Informational)]
18 public void MainMethodFound(string arg0) => WriteEvent(1, arg0);
19
26 [Event(2, Message = "Output file is \"{0}\".", Level = EventLevel.Informational)]
27 public void OutputFileIs(string arg0) => WriteEvent(2, arg0);
28
35 [Event(3, Message = "Automatically adding reference to \"{0}\".", Level = EventLevel.Informational)]
36 public void AutoAddRef(string arg0) => WriteEvent(3, arg0);
37
44 [Event(4, Message = "Using main class \"{0}\" based on jar manifest.", Level = EventLevel.Informational)]
45 public void MainMethodFromManifest(string arg0) => WriteEvent(4, arg0);
46
53 [Event(5, Message = "{0}", Level = EventLevel.Informational)]
54 public void GenericCompilerInfo(string arg0) => WriteEvent(5, arg0);
55
62 [Event(6, Message = "{0}", Level = EventLevel.Informational)]
63 public void GenericClassLoadingInfo(string arg0) => WriteEvent(6, arg0);
64
71 [Event(7, Message = "{0}", Level = EventLevel.Informational)]
72 public void GenericVerifierInfo(string arg0) => WriteEvent(7, arg0);
73
80 [Event(8, Message = "{0}", Level = EventLevel.Informational)]
81 public void GenericRuntimeInfo(string arg0) => WriteEvent(8, arg0);
82
89 [Event(9, Message = "{0}", Level = EventLevel.Informational)]
90 public void GenericJniInfo(string arg0) => WriteEvent(9, arg0);
91
98 [Event(100, Message = "Class \"{0}\" not found.", Level = EventLevel.Warning)]
99 public void ClassNotFound(string arg0) => WriteEvent(100, arg0);
100
107 [Event(101, Message = "Unable to compile class \"{0}\". (class format error \"{1}\")", Level = EventLevel.Warning)]
108 public void ClassFormatError(string arg0, string arg1) => WriteEvent(101, arg0, arg1);
109
116 [Event(102, Message = "Duplicate class name: \"{0}\".", Level = EventLevel.Warning)]
117 public void DuplicateClassName(string arg0) => WriteEvent(102, arg0);
118
125 [Event(103, Message = "Unable to compile class \"{0}\". (illegal access error \"{1}\")", Level = EventLevel.Warning)]
126 public void IllegalAccessError(string arg0, string arg1) => WriteEvent(103, arg0, arg1);
127
134 [Event(104, Message = "Unable to compile class \"{0}\". (verification error \"{1}\")", Level = EventLevel.Warning)]
135 public void VerificationError(string arg0, string arg1) => WriteEvent(104, arg0, arg1);
136
143 [Event(105, Message = "Unable to compile class \"{0}\". (missing class \"{1}\")", Level = EventLevel.Warning)]
144 public void NoClassDefFoundError(string arg0, string arg1) => WriteEvent(105, arg0, arg1);
145
152 [Event(106, Message = "Unable to compile class \"{0}\". (\"{1}\": \"{2}\")", Level = EventLevel.Warning)]
153 public void GenericUnableToCompileError(string arg0, string arg1, string arg2) => WriteEvent(106, arg0, arg1, arg2);
154
161 [Event(107, Message = "Skipping resource (name clash): \"{0}\"", Level = EventLevel.Warning)]
162 public void DuplicateResourceName(string arg0) => WriteEvent(107, arg0);
163
170 [Event(109, Message = "Skipping class: \"{0}\". (class is already available in referenced assembly \"{1}\")", Level = EventLevel.Warning)]
171 public void SkippingReferencedClass(string arg0, string arg1) => WriteEvent(109, arg0, arg1);
172
179 [Event(110, Message = "Unable to load runtime JNI assembly.", Level = EventLevel.Warning)]
180 public void NoJniRuntime() => WriteEvent(110);
181
188 [Event(111, Message = "Emitted java.lang.NoClassDefFoundError in \"{0}\". (\"{1}\").", Level = EventLevel.Warning)]
189 public void EmittedNoClassDefFoundError(string arg0, string arg1) => WriteEvent(111, arg0, arg1);
190
197 [Event(112, Message = "Emitted java.lang.IllegalAccessError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
198 public void EmittedIllegalAccessError(string arg0, string arg1) => WriteEvent(112, arg0, arg1);
199
206 [Event(113, Message = "Emitted java.lang.InstantiationError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
207 public void EmittedInstantiationError(string arg0, string arg1) => WriteEvent(113, arg0, arg1);
208
215 [Event(114, Message = "Emitted java.lang.IncompatibleClassChangeError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
216 public void EmittedIncompatibleClassChangeError(string arg0, string arg1) => WriteEvent(114, arg0, arg1);
217
224 [Event(115, Message = "Emitted java.lang.NoSuchFieldError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
225 public void EmittedNoSuchFieldError(string arg0, string arg1) => WriteEvent(115, arg0, arg1);
226
233 [Event(116, Message = "Emitted java.lang.AbstractMethodError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
234 public void EmittedAbstractMethodError(string arg0, string arg1) => WriteEvent(116, arg0, arg1);
235
242 [Event(117, Message = "Emitted java.lang.NoSuchMethodError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
243 public void EmittedNoSuchMethodError(string arg0, string arg1) => WriteEvent(117, arg0, arg1);
244
251 [Event(118, Message = "Emitted java.lang.LinkageError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
252 public void EmittedLinkageError(string arg0, string arg1) => WriteEvent(118, arg0, arg1);
253
260 [Event(119, Message = "Emitted java.lang.VerificationError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
261 public void EmittedVerificationError(string arg0, string arg1) => WriteEvent(119, arg0, arg1);
262
269 [Event(120, Message = "Emitted java.lang.ClassFormatError in \"{0}\". (\"{1}\")", Level = EventLevel.Warning)]
270 public void EmittedClassFormatError(string arg0, string arg1) => WriteEvent(120, arg0, arg1);
271
278 [Event(121, Message = "Error emitting \"{0}\" custom attribute. (\"{1}\")", Level = EventLevel.Warning)]
279 public void InvalidCustomAttribute(string arg0, string arg1) => WriteEvent(121, arg0, arg1);
280
287 [Event(122, Message = "Custom attribute \"{0}\" was ignored. (\"{1}\")", Level = EventLevel.Warning)]
288 public void IgnoredCustomAttribute(string arg0, string arg1) => WriteEvent(122, arg0, arg1);
289
296 [Event(123, Message = "Assuming assembly reference \"{0}\" matches \"{1}\", you may need to supply runtime p" +
297 "olicy", Level = EventLevel.Warning)]
298 public void AssumeAssemblyVersionMatch(string arg0, string arg1) => WriteEvent(123, arg0, arg1);
299
306 [Event(124, Message = "Directory \"{0}\" specified in -lib option is not valid.", Level = EventLevel.Warning)]
307 public void InvalidDirectoryInLibOptionPath(string arg0) => WriteEvent(124, arg0);
308
315 [Event(125, Message = "Directory \"{0}\" specified in LIB environment is not valid.", Level = EventLevel.Warning)]
316 public void InvalidDirectoryInLibEnvironmentPath(string arg0) => WriteEvent(125, arg0);
317
324 [Event(126, Message = "Found assembly \"{0}\" using legacy search rule, please append \'.dll\' to the refere" +
325 "nce.", Level = EventLevel.Warning)]
326 public void LegacySearchRule(string arg0) => WriteEvent(126, arg0);
327
334 [Event(127, Message = "Assembly \"{0}\" is ignored as previously loaded assembly \"{1}\" has the same identi" +
335 "ty \"{2}\".", Level = EventLevel.Warning)]
336 public void AssemblyLocationIgnored(string arg0, string arg1, string arg2) => WriteEvent(127, arg0, arg1, arg2);
337
344 [Event(128, Message = "Ignoring @ikvm.lang.Internal annotation on interface method. (\"{0}.{1}{2}\")", Level = EventLevel.Warning)]
345 public void InterfaceMethodCantBeInternal(string arg0, string arg1, string arg2) => WriteEvent(128, arg0, arg1, arg2);
346
353 [Event(132, Message = "Duplicate assembly reference \"{0}\"", Level = EventLevel.Warning)]
354 public void DuplicateAssemblyReference(string arg0) => WriteEvent(132, arg0);
355
362 [Event(133, Message = "Reference in \"{0}\" to type \"{1}\" claims it is defined in \"{2}\", but it could not " +
363 "be found.", Level = EventLevel.Warning)]
364 public void UnableToResolveType(string arg0, string arg1, string arg2) => WriteEvent(133, arg0, arg1, arg2);
365
372 [Event(134, Message = "Compiling stubs is deprecated. Please add a reference to assembly \"{0}\" instead.", Level = EventLevel.Warning)]
373 public void StubsAreDeprecated(string arg0) => WriteEvent(134, arg0);
374
381 [Event(135, Message = "Unable to compile \"{0}\" (wrong name: \"{1}\")", Level = EventLevel.Warning)]
382 public void WrongClassName(string arg0, string arg1) => WriteEvent(135, arg0, arg1);
383
390 [Event(136, Message = "Reflection.getCallerClass() called from non-CallerID method. (\"{0}.{1}{2}\")", Level = EventLevel.Warning)]
391 public void ReflectionCallerClassRequiresCallerID(string arg0, string arg1, string arg2) => WriteEvent(136, arg0, arg1, arg2);
392
399 [Event(137, Message = "Legacy assembly attributes container found. Please use the -assemblyattributes:<f" +
400 "ile> option.", Level = EventLevel.Warning)]
401 public void LegacyAssemblyAttributesFound() => WriteEvent(137);
402
409 [Event(138, Message = "Unable to create static lambda factory.", Level = EventLevel.Warning)]
410 public void UnableToCreateLambdaFactory() => WriteEvent(138);
411
418 [Event(999, Message = "{0}", Level = EventLevel.Warning)]
419 public void UnknownWarning(string arg0) => WriteEvent(999, arg0);
420
427 [Event(139, Message = "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", Level = EventLevel.Warning)]
428 public void DuplicateIkvmLangProperty(string arg0, string arg1) => WriteEvent(139, arg0, arg1);
429
436 [Event(140, Message = "Ignoring duplicate ikvm.lang.Property annotation on {0}.{1}.", Level = EventLevel.Warning)]
437 public void MalformedIkvmLangProperty(string arg0, string arg1) => WriteEvent(140, arg0, arg1);
438
445 [Event(141, Message = "{0}", Level = EventLevel.Warning)]
446 public void GenericCompilerWarning(string arg0) => WriteEvent(141, arg0);
447
454 [Event(142, Message = "{0}", Level = EventLevel.Warning)]
455 public void GenericClassLoadingWarning(string arg0) => WriteEvent(142, arg0);
456
463 [Event(143, Message = "{0}", Level = EventLevel.Warning)]
464 public void GenericVerifierWarning(string arg0) => WriteEvent(143, arg0);
465
472 [Event(144, Message = "{0}", Level = EventLevel.Warning)]
473 public void GenericRuntimeWarning(string arg0) => WriteEvent(144, arg0);
474
481 [Event(145, Message = "{0}", Level = EventLevel.Warning)]
482 public void GenericJniWarning(string arg0) => WriteEvent(145, arg0);
483
490 [Event(4001, Message = "Unable to create proxy \"{0}\". (\"{1}\")", Level = EventLevel.Error)]
491 public void UnableToCreateProxy(string arg0, string arg1) => WriteEvent(4001, arg0, arg1);
492
499 [Event(4002, Message = "Duplicate proxy \"{0}\".", Level = EventLevel.Error)]
500 public void DuplicateProxy(string arg0) => WriteEvent(4002, arg0);
501
508 [Event(4003, Message = "Unable to resolve opcode in remap file: {0}.", Level = EventLevel.Error)]
509 public void MapXmlUnableToResolveOpCode(string arg0) => WriteEvent(4003, arg0);
510
517 [Event(4004, Message = "Error in remap file: {0}.", Level = EventLevel.Error)]
518 public void MapXmlError(string arg0) => WriteEvent(4004, arg0);
519
526 [Event(4005, Message = "Source file \'{0}\' not found.", Level = EventLevel.Error)]
527 public void InputFileNotFound(string arg0) => WriteEvent(4005, arg0);
528
535 [Event(4006, Message = "Unknown file type: {0}.", Level = EventLevel.Error)]
536 public void UnknownFileType(string arg0) => WriteEvent(4006, arg0);
537
544 [Event(4007, Message = "Unknown element {0} in remap file, line {1}, column {2}.", Level = EventLevel.Error)]
545 public void UnknownElementInMapFile(string arg0, string arg1, string arg2) => WriteEvent(4007, arg0, arg1, arg2);
546
553 [Event(4008, Message = "Unknown attribute {0} in remap file, line {1}, column {2}.", Level = EventLevel.Error)]
554 public void UnknownAttributeInMapFile(string arg0, string arg1, string arg2) => WriteEvent(4008, arg0, arg1, arg2);
555
562 [Event(4009, Message = "Invalid {0} name \'{1}\' in remap file in class {2}.", Level = EventLevel.Error)]
563 public void InvalidMemberNameInMapFile(string arg0, string arg1, string arg2) => WriteEvent(4009, arg0, arg1, arg2);
564
571 [Event(4010, Message = "Invalid {0} signature \'{3}\' in remap file for {0} {1}.{2}.", Level = EventLevel.Error)]
572 public void InvalidMemberSignatureInMapFile(string arg0, string arg1, string arg2, string arg3) => WriteEvent(4010, arg0, arg1, arg2, arg3);
573
580 [Event(4011, Message = "Invalid property {0} name \'{3}\' in remap file for property {1}.{2}.", Level = EventLevel.Error)]
581 public void InvalidPropertyNameInMapFile(string arg0, string arg1, string arg2, string arg3) => WriteEvent(4011, arg0, arg1, arg2, arg3);
582
589 [Event(4012, Message = "Invalid property {0} signature \'{3}\' in remap file for property {1}.{2}.", Level = EventLevel.Error)]
590 public void InvalidPropertySignatureInMapFile(string arg0, string arg1, string arg2, string arg3) => WriteEvent(4012, arg0, arg1, arg2, arg3);
591
598 [Event(4013, Message = "Referenced assembly \"{0}\" is not the primary assembly of a shared class loader gr" +
599 "oup, please reference primary assembly \"{1}\" instead.", Level = EventLevel.Error)]
600 public void NonPrimaryAssemblyReference(string arg0, string arg1) => WriteEvent(4013, arg0, arg1);
601
608 [Event(4014, Message = "Reference to type \"{0}\" claims it is defined in \"{1}\", but it could not be found." +
609 "", Level = EventLevel.Error)]
610 public void MissingType(string arg0, string arg1) => WriteEvent(4014, arg0, arg1);
611
618 [Event(4015, Message = "The type \'{0}\' is defined in an assembly that is notResponseFileDepthExceeded ref" +
619 "erenced. You must add a reference to assembly \'{1}\'.", Level = EventLevel.Error)]
620 public void MissingReference(string arg0, string arg1) => WriteEvent(4015, arg0, arg1);
621
628 [Event(4016, Message = "CallerSensitive annotation on unsupported method. (\"{0}.{1}{2}\")", Level = EventLevel.Error)]
629 public void CallerSensitiveOnUnsupportedMethod(string arg0, string arg1, string arg2) => WriteEvent(4016, arg0, arg1, arg2);
630
637 [Event(4017, Message = "{0} does not implement default interface method {1}.", Level = EventLevel.Error)]
638 public void RemappedTypeMissingDefaultInterfaceMethod(string arg0, string arg1) => WriteEvent(4017, arg0, arg1);
639
646 [Event(4018, Message = "{0}", Level = EventLevel.Error)]
647 public void GenericCompilerError(string arg0) => WriteEvent(4018, arg0);
648
655 [Event(4019, Message = "{0}", Level = EventLevel.Error)]
656 public void GenericClassLoadingError(string arg0) => WriteEvent(4019, arg0);
657
664 [Event(4020, Message = "{0}", Level = EventLevel.Error)]
665 public void GenericVerifierError(string arg0) => WriteEvent(4020, arg0);
666
673 [Event(4021, Message = "{0}", Level = EventLevel.Error)]
674 public void GenericRuntimeError(string arg0) => WriteEvent(4021, arg0);
675
682 [Event(4022, Message = "{0}", Level = EventLevel.Error)]
683 public void GenericJniError(string arg0) => WriteEvent(4022, arg0);
684
691 [Event(4023, Message = "Exporting previously imported assemblies is not supported.", Level = EventLevel.Error)]
692 public void ExportingImportsNotSupported() => WriteEvent(4023);
693
700 [Event(5000, Message = "Response file nesting depth exceeded.", Level = EventLevel.Critical)]
701 public void ResponseFileDepthExceeded() => WriteEvent(5000);
702
709 [Event(5001, Message = "Unable to read file: {0}. ({1})", Level = EventLevel.Critical)]
710 public void ErrorReadingFile(string arg0, string arg1) => WriteEvent(5001, arg0, arg1);
711
718 [Event(5002, Message = "No targets found", Level = EventLevel.Critical)]
719 public void NoTargetsFound() => WriteEvent(5002);
720
727 [Event(5003, Message = "File format limitation exceeded: {0}.", Level = EventLevel.Critical)]
728 public void FileFormatLimitationExceeded(string arg0) => WriteEvent(5003, arg0);
729
736 [Event(5004, Message = "You cannot specify both a key file and container.", Level = EventLevel.Critical)]
737 public void CannotSpecifyBothKeyFileAndContainer() => WriteEvent(5004);
738
745 [Event(5005, Message = "You cannot delay sign without a key file or container.", Level = EventLevel.Critical)]
746 public void DelaySignRequiresKey() => WriteEvent(5005);
747
754 [Event(5006, Message = "Invalid key {0} specified. (\"{1}\")", Level = EventLevel.Critical)]
755 public void InvalidStrongNameKeyPair(string arg0, string arg1) => WriteEvent(5006, arg0, arg1);
756
763 [Event(5007, Message = "Reference not found: {0}", Level = EventLevel.Critical)]
764 public void ReferenceNotFound(string arg0) => WriteEvent(5007, arg0);
765
772 [Event(5008, Message = "You can only specify options before any child levels.", Level = EventLevel.Critical)]
773 public void OptionsMustPreceedChildLevels() => WriteEvent(5008);
774
781 [Event(5009, Message = "Invalid value \'{0}\' for -target option.", Level = EventLevel.Critical)]
782 public void UnrecognizedTargetType(string arg0) => WriteEvent(5009, arg0);
783
790 [Event(5010, Message = "Invalid value \'{0}\' for -platform option.", Level = EventLevel.Critical)]
791 public void UnrecognizedPlatform(string arg0) => WriteEvent(5010, arg0);
792
799 [Event(5011, Message = "Invalid value \'{0}\' for -apartment option.", Level = EventLevel.Critical)]
800 public void UnrecognizedApartment(string arg0) => WriteEvent(5011, arg0);
801
808 [Event(5012, Message = "Missing file specification for \'{0}\' option.", Level = EventLevel.Critical)]
809 public void MissingFileSpecification(string arg0) => WriteEvent(5012, arg0);
810
817 [Event(5013, Message = "Path too long: {0}.", Level = EventLevel.Critical)]
818 public void PathTooLong(string arg0) => WriteEvent(5013, arg0);
819
826 [Event(5014, Message = "Path not found: {0}.", Level = EventLevel.Critical)]
827 public void PathNotFound(string arg0) => WriteEvent(5014, arg0);
828
835 [Event(5015, Message = "Invalid path: {0}.", Level = EventLevel.Critical)]
836 public void InvalidPath(string arg0) => WriteEvent(5015, arg0);
837
844 [Event(5016, Message = "Invalid option: {0}.", Level = EventLevel.Critical)]
845 public void InvalidOptionSyntax(string arg0) => WriteEvent(5016, arg0);
846
853 [Event(5017, Message = "External resource file does not exist: {0}.", Level = EventLevel.Critical)]
854 public void ExternalResourceNotFound(string arg0) => WriteEvent(5017, arg0);
855
862 [Event(5018, Message = "External resource file may not include path specification: {0}.", Level = EventLevel.Critical)]
863 public void ExternalResourceNameInvalid(string arg0) => WriteEvent(5018, arg0);
864
871 [Event(5019, Message = "Invalid version specified: {0}.", Level = EventLevel.Critical)]
872 public void InvalidVersionFormat(string arg0) => WriteEvent(5019, arg0);
873
880 [Event(5020, Message = "Invalid value \'{0}\' for -filealign option.", Level = EventLevel.Critical)]
881 public void InvalidFileAlignment(string arg0) => WriteEvent(5020, arg0);
882
889 [Event(5021, Message = "Unable to write file: {0}. ({1})", Level = EventLevel.Critical)]
890 public void ErrorWritingFile(string arg0, string arg1) => WriteEvent(5021, arg0, arg1);
891
898 [Event(5022, Message = "Unrecognized option: {0}.", Level = EventLevel.Critical)]
899 public void UnrecognizedOption(string arg0) => WriteEvent(5022, arg0);
900
907 [Event(5023, Message = "No output file specified.", Level = EventLevel.Critical)]
908 public void NoOutputFileSpecified() => WriteEvent(5023);
909
916 [Event(5024, Message = "Incompatible options: -target:module and -sharedclassloader cannot be combined.", Level = EventLevel.Critical)]
917 public void SharedClassLoaderCannotBeUsedOnModuleTarget() => WriteEvent(5024);
918
925 [Event(5025, Message = "Unable to load runtime assembly.", Level = EventLevel.Critical)]
926 public void RuntimeNotFound() => WriteEvent(5025);
927
934 [Event(5026, Message = "Main class cannot be specified for library or module.", Level = EventLevel.Critical)]
935 public void MainClassRequiresExe() => WriteEvent(5026);
936
943 [Event(5027, Message = "No main method found.", Level = EventLevel.Critical)]
944 public void ExeRequiresMainClass() => WriteEvent(5027);
945
952 [Event(5028, Message = "Properties cannot be specified for library or module.", Level = EventLevel.Critical)]
953 public void PropertiesRequireExe() => WriteEvent(5028);
954
961 [Event(5029, Message = "Cannot specify assembly class loader for modules.", Level = EventLevel.Critical)]
962 public void ModuleCannotHaveClassLoader() => WriteEvent(5029);
963
970 [Event(5030, Message = "Unable to parse remap file: {0}. ({1})", Level = EventLevel.Critical)]
971 public void ErrorParsingMapFile(string arg0, string arg1) => WriteEvent(5030, arg0, arg1);
972
979 [Event(5031, Message = "Bootstrap classes missing and core assembly not found.", Level = EventLevel.Critical)]
980 public void BootstrapClassesMissing() => WriteEvent(5031);
981
988 [Event(5032, Message = "All referenced assemblies must be strong named, to be able to sign the output ass" +
989 "embly.", Level = EventLevel.Critical)]
990 public void StrongNameRequiresStrongNamedRefs() => WriteEvent(5032);
991
998 [Event(5033, Message = "Main class not found.", Level = EventLevel.Critical)]
999 public void MainClassNotFound() => WriteEvent(5033);
1000
1007 [Event(5034, Message = "Main method not found.", Level = EventLevel.Critical)]
1008 public void MainMethodNotFound() => WriteEvent(5034);
1009
1016 [Event(5035, Message = "Redirected main method not supported.", Level = EventLevel.Critical)]
1017 public void UnsupportedMainMethod() => WriteEvent(5035);
1018
1025 [Event(5036, Message = "External main method must be public and in a public class.", Level = EventLevel.Critical)]
1026 public void ExternalMainNotAccessible() => WriteEvent(5036);
1027
1034 [Event(5037, Message = "Custom assembly class loader class not found.", Level = EventLevel.Critical)]
1035 public void ClassLoaderNotFound() => WriteEvent(5037);
1036
1043 [Event(5038, Message = "Custom assembly class loader class is not accessible.", Level = EventLevel.Critical)]
1044 public void ClassLoaderNotAccessible() => WriteEvent(5038);
1045
1052 [Event(5039, Message = "Custom assembly class loader class is abstract.", Level = EventLevel.Critical)]
1053 public void ClassLoaderIsAbstract() => WriteEvent(5039);
1054
1061 [Event(5040, Message = "Custom assembly class loader class does not extend java.lang.ClassLoader.", Level = EventLevel.Critical)]
1062 public void ClassLoaderNotClassLoader() => WriteEvent(5040);
1063
1070 [Event(5041, Message = "Custom assembly class loader constructor is missing.", Level = EventLevel.Critical)]
1071 public void ClassLoaderConstructorMissing() => WriteEvent(5041);
1072
1079 [Event(5042, Message = "Type \'{0}\' referenced in remap file was not found.", Level = EventLevel.Critical)]
1080 public void MapFileTypeNotFound(string arg0) => WriteEvent(5042, arg0);
1081
1088 [Event(5043, Message = "Class \'{0}\' referenced in remap file was not found.", Level = EventLevel.Critical)]
1089 public void MapFileClassNotFound(string arg0) => WriteEvent(5043, arg0);
1090
1097 [Event(5044, Message = "Maximum error count reached.", Level = EventLevel.Critical)]
1098 public void MaximumErrorCountReached() => WriteEvent(5044);
1099
1106 [Event(5045, Message = "Link error: {0}", Level = EventLevel.Critical)]
1107 public void LinkageError(string arg0) => WriteEvent(5045, arg0);
1108
1115 [Event(5046, Message = "Referenced assembly {0} was compiled with an incompatible IKVM.Runtime version. C" +
1116 "urrent runtime: {1}. Referenced assembly runtime: {2}", Level = EventLevel.Critical)]
1117 public void RuntimeMismatch(string referencedAssemblyPath, string runtimeAssemblyName, string referencedAssemblyName) => WriteEvent(5046, referencedAssemblyPath, runtimeAssemblyName, referencedAssemblyName);
1118
1125 [Event(5047, Message = "", Level = EventLevel.Critical)]
1126 public void RuntimeMismatchStrongName() => WriteEvent(5047);
1127
1134 [Event(5048, Message = "Failed to find core classes in core library.", Level = EventLevel.Critical)]
1135 public void CoreClassesMissing() => WriteEvent(5048);
1136
1143 [Event(5049, Message = "Unable to load critical class \'{0}\'.", Level = EventLevel.Critical)]
1144 public void CriticalClassNotFound(string arg0) => WriteEvent(5049, arg0);
1145
1152 [Event(5050, Message = "Type \'{0}\' and \'{1}\' both map to the same name \'{2}\'. ({3})", Level = EventLevel.Critical)]
1153 public void AssemblyContainsDuplicateClassNames(string arg0, string arg1, string arg2, string arg3) => WriteEvent(5050, arg0, arg1, arg2, arg3);
1154
1161 [Event(5051, Message = "CallerID.getCallerID() requires a HasCallerID annotation.", Level = EventLevel.Critical)]
1162 public void CallerIDRequiresHasCallerIDAnnotation() => WriteEvent(5051);
1163
1170 [Event(5052, Message = "Unable to resolve interface \'{0}\' on type \'{1}\'.", Level = EventLevel.Critical)]
1171 public void UnableToResolveInterface(string arg0, string arg1) => WriteEvent(5052, arg0, arg1);
1172
1179 [Event(5053, Message = "The base class or interface \'{0}\' in assembly \'{1}\' referenced by type \'{2}\' in \'" +
1180 "{3}\' could not be resolved.", Level = EventLevel.Critical)]
1181 public void MissingBaseType(string arg0, string arg1, string arg2, string arg3) => WriteEvent(5053, arg0, arg1, arg2, arg3);
1182
1189 [Event(5054, Message = "The type \'{0}\' is defined in an assembly that is not referenced. You must add a r" +
1190 "eference to assembly \'{1}\'.", Level = EventLevel.Critical)]
1191 public void MissingBaseTypeReference(string arg0, string arg1) => WriteEvent(5054, arg0, arg1);
1192
1199 [Event(5055, Message = "File not found: {0}.", Level = EventLevel.Critical)]
1200 public void FileNotFound(string arg0) => WriteEvent(5055, arg0);
1201
1208 [Event(5056, Message = "Runtime method \'{0}\' not found.", Level = EventLevel.Critical)]
1209 public void RuntimeMethodMissing(string arg0) => WriteEvent(5056, arg0);
1210
1217 [Event(5057, Message = "Field \'{0}\' referenced in remap file was not found in class \'{1}\'.", Level = EventLevel.Critical)]
1218 public void MapFileFieldNotFound(string arg0, string arg1) => WriteEvent(5057, arg0, arg1);
1219
1226 [Event(5058, Message = "Remapped class \'{0}\' does not implement ghost interface method. ({1}.{2}{3})", Level = EventLevel.Critical)]
1227 public void GhostInterfaceMethodMissing(string arg0, string arg1, string arg2, string arg3) => WriteEvent(5058, arg0, arg1, arg2, arg3);
1228
1235 [Event(5059, Message = "Method \'{0}.{1}{2}\' does not meet the requirements of a module initializer.", Level = EventLevel.Critical)]
1236 public void ModuleInitializerMethodRequirements(string arg1, string arg2, string arg3) => WriteEvent(5059, arg1, arg2, arg3);
1237
1244 [Event(5060, Message = "Invalid zip: {0}.", Level = EventLevel.Critical)]
1245 public void InvalidZip(string name) => WriteEvent(5060, name);
1246
1253 [Event(5061, Message = "Unable to load assembly \'{-1}\' as it depends on a higher version of {-1} than the" +
1254 " one currently loaded.", Level = EventLevel.Critical)]
1255 public void CoreAssemblyVersionMismatch(string arg0, string arg1) => WriteEvent(5061, arg0, arg1);
1256
1263 [Event(6000, Message = "{0}", Level = EventLevel.Verbose)]
1264 public void GenericRuntimeTrace(string arg0) => WriteEvent(6000, arg0);
1265
1272 [Event(6001, Message = "{0}", Level = EventLevel.Verbose)]
1273 public void GenericJniTrace(string arg0) => WriteEvent(6001, arg0);
1274
1281 [Event(6002, Message = "{0}", Level = EventLevel.Verbose)]
1282 public void GenericCompilerTrace(string arg0) => WriteEvent(6002, arg0);
1283
1284 }
1285
1286}
Provides a EventSource to receive emitted IKVM diagnostic messages.
void UnrecognizedTargetType(string arg0)
The 'UnrecognizedTargetType' diagnostic.
void GenericClassLoadingInfo(string arg0)
The 'GenericClassLoadingInfo' diagnostic.
void ClassNotFound(string arg0)
The 'ClassNotFound' diagnostic.
void GenericVerifierError(string arg0)
The 'GenericVerifierError' diagnostic.
void EmittedLinkageError(string arg0, string arg1)
The 'EmittedLinkageError' diagnostic.
void ExternalResourceNotFound(string arg0)
The 'ExternalResourceNotFound' diagnostic.
void IllegalAccessError(string arg0, string arg1)
The 'IllegalAccessError' diagnostic.
void CriticalClassNotFound(string arg0)
The 'CriticalClassNotFound' diagnostic.
void MapFileClassNotFound(string arg0)
The 'MapFileClassNotFound' diagnostic.
void UnknownWarning(string arg0)
The 'UnknownWarning' diagnostic.
void UnsupportedMainMethod()
The 'UnsupportedMainMethod' diagnostic.
void PathTooLong(string arg0)
The 'PathTooLong' diagnostic.
void ClassLoaderNotClassLoader()
The 'ClassLoaderNotClassLoader' diagnostic.
void ResponseFileDepthExceeded()
The 'ResponseFileDepthExceeded' diagnostic.
void EmittedIllegalAccessError(string arg0, string arg1)
The 'EmittedIllegalAccessError' diagnostic.
void InvalidStrongNameKeyPair(string arg0, string arg1)
The 'InvalidStrongNameKeyPair' diagnostic.
void MainClassRequiresExe()
The 'MainClassRequiresExe' diagnostic.
void MapXmlError(string arg0)
The 'MapXmlError' diagnostic.
void InvalidMemberNameInMapFile(string arg0, string arg1, string arg2)
The 'InvalidMemberNameInMapFile' diagnostic.
void GenericRuntimeWarning(string arg0)
The 'GenericRuntimeWarning' diagnostic.
void ExternalResourceNameInvalid(string arg0)
The 'ExternalResourceNameInvalid' diagnostic.
void CoreAssemblyVersionMismatch(string arg0, string arg1)
The 'CoreAssemblyVersionMismatch' diagnostic.
void ModuleInitializerMethodRequirements(string arg1, string arg2, string arg3)
The 'ModuleInitializerMethodRequirements' diagnostic.
void MainClassNotFound()
The 'MainClassNotFound' diagnostic.
void EmittedNoSuchFieldError(string arg0, string arg1)
The 'EmittedNoSuchFieldError' diagnostic.
void OptionsMustPreceedChildLevels()
The 'OptionsMustPreceedChildLevels' diagnostic.
void DelaySignRequiresKey()
The 'DelaySignRequiresKey' diagnostic.
void CannotSpecifyBothKeyFileAndContainer()
The 'CannotSpecifyBothKeyFileAndContainer' diagnostic.
void PropertiesRequireExe()
The 'PropertiesRequireExe' diagnostic.
void MissingReference(string arg0, string arg1)
The 'MissingReference' diagnostic.
void GenericRuntimeTrace(string arg0)
The 'GenericRuntimeTrace' diagnostic.
void InvalidCustomAttribute(string arg0, string arg1)
The 'InvalidCustomAttribute' diagnostic.
void MainMethodNotFound()
The 'MainMethodNotFound' diagnostic.
void GenericRuntimeError(string arg0)
The 'GenericRuntimeError' diagnostic.
void InterfaceMethodCantBeInternal(string arg0, string arg1, string arg2)
The 'InterfaceMethodCantBeInternal' diagnostic.
void NoOutputFileSpecified()
The 'NoOutputFileSpecified' diagnostic.
void ExportingImportsNotSupported()
The 'ExportingImportsNotSupported' diagnostic.
void ModuleCannotHaveClassLoader()
The 'ModuleCannotHaveClassLoader' diagnostic.
void InvalidFileAlignment(string arg0)
The 'InvalidFileAlignment' diagnostic.
void ErrorParsingMapFile(string arg0, string arg1)
The 'ErrorParsingMapFile' diagnostic.
void InvalidPropertySignatureInMapFile(string arg0, string arg1, string arg2, string arg3)
The 'InvalidPropertySignatureInMapFile' diagnostic.
void WrongClassName(string arg0, string arg1)
The 'WrongClassName' diagnostic.
void ReferenceNotFound(string arg0)
The 'ReferenceNotFound' diagnostic.
void UnableToCreateProxy(string arg0, string arg1)
The 'UnableToCreateProxy' diagnostic.
void ReflectionCallerClassRequiresCallerID(string arg0, string arg1, string arg2)
The 'ReflectionCallerClassRequiresCallerID' diagnostic.
void InvalidZip(string name)
The 'InvalidZip' diagnostic.
void EmittedAbstractMethodError(string arg0, string arg1)
The 'EmittedAbstractMethodError' diagnostic.
void DuplicateProxy(string arg0)
The 'DuplicateProxy' diagnostic.
void UnableToCreateLambdaFactory()
The 'UnableToCreateLambdaFactory' diagnostic.
void EmittedClassFormatError(string arg0, string arg1)
The 'EmittedClassFormatError' diagnostic.
void OutputFileIs(string arg0)
The 'OutputFileIs' diagnostic.
void InvalidPath(string arg0)
The 'InvalidPath' diagnostic.
void CallerSensitiveOnUnsupportedMethod(string arg0, string arg1, string arg2)
The 'CallerSensitiveOnUnsupportedMethod' diagnostic.
void NoTargetsFound()
The 'NoTargetsFound' diagnostic.
void MalformedIkvmLangProperty(string arg0, string arg1)
The 'MalformedIkvmLangProperty' diagnostic.
void MapFileFieldNotFound(string arg0, string arg1)
The 'MapFileFieldNotFound' diagnostic.
void GenericClassLoadingWarning(string arg0)
The 'GenericClassLoadingWarning' diagnostic.
void RuntimeNotFound()
The 'RuntimeNotFound' diagnostic.
void GenericJniInfo(string arg0)
The 'GenericJniInfo' diagnostic.
void BootstrapClassesMissing()
The 'BootstrapClassesMissing' diagnostic.
void MainMethodFromManifest(string arg0)
The 'MainMethodFromManifest' diagnostic.
void GenericVerifierInfo(string arg0)
The 'GenericVerifierInfo' diagnostic.
void AssemblyLocationIgnored(string arg0, string arg1, string arg2)
The 'AssemblyLocationIgnored' diagnostic.
void InvalidDirectoryInLibOptionPath(string arg0)
The 'InvalidDirectoryInLibOptionPath' diagnostic.
void GenericJniWarning(string arg0)
The 'GenericJniWarning' diagnostic.
void GenericClassLoadingError(string arg0)
The 'GenericClassLoadingError' diagnostic.
void VerificationError(string arg0, string arg1)
The 'VerificationError' diagnostic.
void MissingType(string arg0, string arg1)
The 'MissingType' diagnostic.
void MapFileTypeNotFound(string arg0)
The 'MapFileTypeNotFound' diagnostic.
void AssumeAssemblyVersionMatch(string arg0, string arg1)
The 'AssumeAssemblyVersionMatch' diagnostic.
void EmittedIncompatibleClassChangeError(string arg0, string arg1)
The 'EmittedIncompatibleClassChangeError' diagnostic.
void LinkageError(string arg0)
The 'LinkageError' diagnostic.
void GenericJniError(string arg0)
The 'GenericJniError' diagnostic.
void DuplicateIkvmLangProperty(string arg0, string arg1)
The 'DuplicateIkvmLangProperty' diagnostic.
void GenericVerifierWarning(string arg0)
The 'GenericVerifierWarning' diagnostic.
void MaximumErrorCountReached()
The 'MaximumErrorCountReached' diagnostic.
void RuntimeMismatch(string referencedAssemblyPath, string runtimeAssemblyName, string referencedAssemblyName)
The 'RuntimeMismatch' diagnostic.
void FileNotFound(string arg0)
The 'FileNotFound' diagnostic.
void ClassLoaderIsAbstract()
The 'ClassLoaderIsAbstract' diagnostic.
void CallerIDRequiresHasCallerIDAnnotation()
The 'CallerIDRequiresHasCallerIDAnnotation' diagnostic.
void NonPrimaryAssemblyReference(string arg0, string arg1)
The 'NonPrimaryAssemblyReference' diagnostic.
void EmittedInstantiationError(string arg0, string arg1)
The 'EmittedInstantiationError' diagnostic.
void NoClassDefFoundError(string arg0, string arg1)
The 'NoClassDefFoundError' diagnostic.
void PathNotFound(string arg0)
The 'PathNotFound' diagnostic.
void AutoAddRef(string arg0)
The 'AutoAddRef' diagnostic.
void ClassLoaderConstructorMissing()
The 'ClassLoaderConstructorMissing' diagnostic.
void InvalidMemberSignatureInMapFile(string arg0, string arg1, string arg2, string arg3)
The 'InvalidMemberSignatureInMapFile' diagnostic.
void LegacySearchRule(string arg0)
The 'LegacySearchRule' diagnostic.
void GenericCompilerTrace(string arg0)
The 'GenericCompilerTrace' diagnostic.
void ClassLoaderNotFound()
The 'ClassLoaderNotFound' diagnostic.
void DuplicateClassName(string arg0)
The 'DuplicateClassName' diagnostic.
void InvalidDirectoryInLibEnvironmentPath(string arg0)
The 'InvalidDirectoryInLibEnvironmentPath' diagnostic.
void GenericJniTrace(string arg0)
The 'GenericJniTrace' diagnostic.
void MainMethodFound(string arg0)
The 'MainMethodFound' diagnostic.
void NoJniRuntime()
The 'NoJniRuntime' diagnostic.
void LegacyAssemblyAttributesFound()
The 'LegacyAssemblyAttributesFound' diagnostic.
void ClassLoaderNotAccessible()
The 'ClassLoaderNotAccessible' diagnostic.
void ClassFormatError(string arg0, string arg1)
The 'ClassFormatError' diagnostic.
void MissingBaseType(string arg0, string arg1, string arg2, string arg3)
The 'MissingBaseType' diagnostic.
void GenericCompilerInfo(string arg0)
The 'GenericCompilerInfo' diagnostic.
void FileFormatLimitationExceeded(string arg0)
The 'FileFormatLimitationExceeded' diagnostic.
void DuplicateAssemblyReference(string arg0)
The 'DuplicateAssemblyReference' diagnostic.
void MissingBaseTypeReference(string arg0, string arg1)
The 'MissingBaseTypeReference' diagnostic.
void SkippingReferencedClass(string arg0, string arg1)
The 'SkippingReferencedClass' diagnostic.
void GenericRuntimeInfo(string arg0)
The 'GenericRuntimeInfo' diagnostic.
void CoreClassesMissing()
The 'CoreClassesMissing' diagnostic.
void ErrorReadingFile(string arg0, string arg1)
The 'ErrorReadingFile' diagnostic.
void UnrecognizedPlatform(string arg0)
The 'UnrecognizedPlatform' diagnostic.
void MissingFileSpecification(string arg0)
The 'MissingFileSpecification' diagnostic.
void UnrecognizedOption(string arg0)
The 'UnrecognizedOption' diagnostic.
void ErrorWritingFile(string arg0, string arg1)
The 'ErrorWritingFile' diagnostic.
void RuntimeMismatchStrongName()
The 'RuntimeMismatchStrongName' diagnostic.
void UnrecognizedApartment(string arg0)
The 'UnrecognizedApartment' diagnostic.
void UnableToResolveType(string arg0, string arg1, string arg2)
The 'UnableToResolveType' diagnostic.
void GenericCompilerWarning(string arg0)
The 'GenericCompilerWarning' diagnostic.
void IgnoredCustomAttribute(string arg0, string arg1)
The 'IgnoredCustomAttribute' diagnostic.
void InvalidVersionFormat(string arg0)
The 'InvalidVersionFormat' diagnostic.
void SharedClassLoaderCannotBeUsedOnModuleTarget()
The 'SharedClassLoaderCannotBeUsedOnModuleTarget' diagnostic.
void RemappedTypeMissingDefaultInterfaceMethod(string arg0, string arg1)
The 'RemappedTypeMissingDefaultInterfaceMethod' diagnostic.
void DuplicateResourceName(string arg0)
The 'DuplicateResourceName' diagnostic.
void InputFileNotFound(string arg0)
The 'InputFileNotFound' diagnostic.
void ExternalMainNotAccessible()
The 'ExternalMainNotAccessible' diagnostic.
void ExeRequiresMainClass()
The 'ExeRequiresMainClass' diagnostic.
void UnknownElementInMapFile(string arg0, string arg1, string arg2)
The 'UnknownElementInMapFile' diagnostic.
void InvalidPropertyNameInMapFile(string arg0, string arg1, string arg2, string arg3)
The 'InvalidPropertyNameInMapFile' diagnostic.
void GhostInterfaceMethodMissing(string arg0, string arg1, string arg2, string arg3)
The 'GhostInterfaceMethodMissing' diagnostic.
void AssemblyContainsDuplicateClassNames(string arg0, string arg1, string arg2, string arg3)
The 'AssemblyContainsDuplicateClassNames' diagnostic.
void EmittedVerificationError(string arg0, string arg1)
The 'EmittedVerificationError' diagnostic.
void EmittedNoSuchMethodError(string arg0, string arg1)
The 'EmittedNoSuchMethodError' diagnostic.
void MapXmlUnableToResolveOpCode(string arg0)
The 'MapXmlUnableToResolveOpCode' diagnostic.
void GenericCompilerError(string arg0)
The 'GenericCompilerError' diagnostic.
void InvalidOptionSyntax(string arg0)
The 'InvalidOptionSyntax' diagnostic.
void UnableToResolveInterface(string arg0, string arg1)
The 'UnableToResolveInterface' diagnostic.
void EmittedNoClassDefFoundError(string arg0, string arg1)
The 'EmittedNoClassDefFoundError' diagnostic.
void UnknownFileType(string arg0)
The 'UnknownFileType' diagnostic.
void StubsAreDeprecated(string arg0)
The 'StubsAreDeprecated' diagnostic.
void UnknownAttributeInMapFile(string arg0, string arg1, string arg2)
The 'UnknownAttributeInMapFile' diagnostic.
void StrongNameRequiresStrongNamedRefs()
The 'StrongNameRequiresStrongNamedRefs' diagnostic.
void GenericUnableToCompileError(string arg0, string arg1, string arg2)
The 'GenericUnableToCompileError' diagnostic.
void RuntimeMethodMissing(string arg0)
The 'RuntimeMethodMissing' diagnostic.