FileLoggingOutput
class
Namespace: Orleans.TestingHost.Logging
The log output which all
FileLogger share to log messages to public class FileLoggingOutput : IDisposableConstructors
FileLoggingOutput(string)Initializes a new instance of theFileLoggingOutputclass.
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.Log(LogLevel, EventId, TState, Exception, Func<TState, Exception, string>, string)Logs a message.
