mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	Source Generation
This commit is contained in:
		| @@ -67,7 +67,14 @@ namespace Esiur.Net.IIP | ||||
|             set; | ||||
|         } | ||||
|  | ||||
|         | ||||
|  | ||||
|         [Attribute] | ||||
|         public ExceptionLevel ExceptionLevel { get; set; } | ||||
|             = ExceptionLevel.Code | ||||
|             | ExceptionLevel.Source | ||||
|             | ExceptionLevel.Message | ||||
|             | ExceptionLevel.Trace; | ||||
|  | ||||
|  | ||||
|         public Instance Instance | ||||
|         { | ||||
| @@ -147,6 +154,7 @@ namespace Esiur.Net.IIP | ||||
|         public override void Add(DistributedConnection connection) | ||||
|         { | ||||
|             connection.Server = this; | ||||
|             connection.ExceptionLevel = ExceptionLevel; | ||||
|             base.Add(connection); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user