FileLogger Class

Definition

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