IInternalLogger public interface IInternalLogger Provides a mechanism for logging internally. Documentation void Write(string message) Writes an internal log. void Write(string message, LoggerOptions options) Writes an internal log void WriteFromExternal(string message, LoggerOptions options) Writes an internal log from an external source.