FileLogger 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.
Represents a process-wide singleton that emits log data to a provided file-based target.
public static class FileLogger
type FileLogger = class
Public Class FileLogger
- Inheritance
-
FileLogger
Remarks
Logging is a process wide construct.
Methods
SetFilters(String[]) |
Changes the filters that apply to file logging. |
SetLevel(Level) |
Sets the level of the messages to be captured by the logger |
Start(String, Boolean, String[]) |
Starts logging to a file. |
Start(String, String[]) |
Starts logging to a file. |
Stop() |
Stops file logging. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET