| 
									
										
										
										
											2025-10-26 15:23:56 +00:00
										 |  |  | import * as plugins from './szci.plugins.ts'; | 
					
						
							| 
									
										
										
										
											2018-11-24 15:00:19 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | export const logger = new plugins.smartlog.Smartlog({ | 
					
						
							|  |  |  |   logContext: { | 
					
						
							|  |  |  |     company: 'Some Company', | 
					
						
							|  |  |  |     companyunit: 'Some Unit', | 
					
						
							|  |  |  |     containerName: 'Some ContainerName', | 
					
						
							|  |  |  |     environment: 'test', | 
					
						
							|  |  |  |     runtime: 'node', | 
					
						
							| 
									
										
										
										
											2021-05-14 18:11:12 +00:00
										 |  |  |     zone: 'Some Zone', | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2018-11-24 15:00:19 +01:00
										 |  |  | }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | logger.addLogDestination(new plugins.smartlogDestinationLocal.DestinationLocal()); |