FileLoggingOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The log output which all FileLogger share to log messages to
public class FileLoggingOutput
public class FileLoggingOutput : IDisposable
type FileLoggingOutput = class
type FileLoggingOutput = class
interface IDisposable
Public Class FileLoggingOutput
Public Class FileLoggingOutput
Implements IDisposable
- Inheritance
-
FileLoggingOutput
- Implements
Constructors
FileLoggingOutput(String) |
Initializes a new instance of the FileLoggingOutput class. |
Methods
Close() |
Close the output |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Log<TState>(LogLevel, EventId, TState, Exception, Func<TState,Exception,String>, String) |
Logs a message. |