In CMS 11, the integration environment is configured with Blob storage, log level information and is using Episervers Logging classes.
When trying to log with the lines of code below, nothing shows up in the application logs.
@using EPiServer.Logging
ILogger logger = LogManager.GetLogger();
logger.Debug("Some debug message");
logger.Error("Some error message");
logger.Information("Some info message");