We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014d979 commit 1e13260Copy full SHA for 1e13260
dotnet/src/dotnetframework/GxClasses/Helpers/GXLogging.cs
@@ -45,7 +45,7 @@ public interface IGXLogger
45
void LogInfo(string msg);
46
}
47
#if NETCORE
48
- public class GXLoggerMsExtensions : IGXLogger
+ internal class GXLoggerMsExtensions : IGXLogger
49
{
50
51
internal GXLoggerMsExtensions(Microsoft.Extensions.Logging.ILogger logInstance)
@@ -109,7 +109,7 @@ public void LogInfo(string msg)
109
110
111
#endif
112
- public class GXLoggerLog4Net:IGXLogger
+ internal class GXLoggerLog4Net:IGXLogger
113
114
115
internal ILog log { get; set; }
0 commit comments