Skip to content

Commit

Permalink
Make GXLoggerMsExtensions and GXLoggerLog4Net internals as they are n…
Browse files Browse the repository at this point in the history
…ot needed outside the assembly.
  • Loading branch information
claudiamurialdo committed Sep 6, 2023
1 parent 014d979 commit 1e13260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/dotnetframework/GxClasses/Helpers/GXLogging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public interface IGXLogger
void LogInfo(string msg);
}
#if NETCORE
public class GXLoggerMsExtensions : IGXLogger
internal class GXLoggerMsExtensions : IGXLogger
{

internal GXLoggerMsExtensions(Microsoft.Extensions.Logging.ILogger logInstance)
Expand Down Expand Up @@ -109,7 +109,7 @@ public void LogInfo(string msg)
}
}
#endif
public class GXLoggerLog4Net:IGXLogger
internal class GXLoggerLog4Net:IGXLogger
{

internal ILog log { get; set; }
Expand Down

0 comments on commit 1e13260

Please sign in to comment.