|
1 | | -// SPDX-FileCopyrightText: © 2022 MONAI Consortium |
2 | | -// SPDX-License-Identifier: Apache License 2.0 |
| 1 | +/* |
| 2 | + * Copyright 2022 MONAI Consortium |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
| 7 | + * |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + * |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
| 15 | + */ |
3 | 16 |
|
4 | 17 | using System; |
5 | 18 | using Microsoft.Extensions.Logging; |
@@ -32,7 +45,7 @@ public static partial class Log |
32 | 45 | [LoggerMessage(EventId = 807, Level = LogLevel.Critical, Message = "Socket error: {error}")] |
33 | 46 | public static partial void Hl7SocketException(this ILogger logger, string error); |
34 | 47 |
|
35 | | - [LoggerMessage(EventId = 807, Level = LogLevel.Critical, Message = "Error handling HL7 results.")] |
| 48 | + [LoggerMessage(EventId = 808, Level = LogLevel.Critical, Message = "Error handling HL7 results.")] |
36 | 49 | public static partial void ErrorHandlingHl7Results(this ILogger logger, Exception ex); |
37 | 50 | } |
38 | 51 | } |
0 commit comments