Skip to content

Commit 1e13260

Browse files
Make GXLoggerMsExtensions and GXLoggerLog4Net internals as they are not needed outside the assembly.
1 parent 014d979 commit 1e13260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/dotnetframework/GxClasses/Helpers/GXLogging.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public interface IGXLogger
4545
void LogInfo(string msg);
4646
}
4747
#if NETCORE
48-
public class GXLoggerMsExtensions : IGXLogger
48+
internal class GXLoggerMsExtensions : IGXLogger
4949
{
5050

5151
internal GXLoggerMsExtensions(Microsoft.Extensions.Logging.ILogger logInstance)
@@ -109,7 +109,7 @@ public void LogInfo(string msg)
109109
}
110110
}
111111
#endif
112-
public class GXLoggerLog4Net:IGXLogger
112+
internal class GXLoggerLog4Net:IGXLogger
113113
{
114114

115115
internal ILog log { get; set; }

0 commit comments

Comments
 (0)