# FileLoggingOutput

Package: [Microsoft.Orleans.TestingHost](/orleans/docs/api/csharp/microsoft.orleans.testinghost/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.TestingHost) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Logging/FileLogger.cs#L16)

```csharp
public class FileLoggingOutput : IDisposable
```

The log output which all [FileLogger](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.filelogger/) share to log messages to

## Constructors

- [FileLoggingOutput(string)](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.fileloggingoutput/constructors/constructor-string-b32d2df7/)

## Methods

- [Dispose](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.fileloggingoutput/methods/dispose-660935c0/)
- [Log(LogLevel, EventId, TState, Exception, Func&lt;TState, Exception, string&gt;, string)](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.logging.fileloggingoutput/methods/log-1-microsoft-extensions-logging-loglevel-microsoft-extensions-logging-eventid-36f9122a/)
