DistributedFileLogger Classe
Definição
Representa um arquivo de texto que contém o log de build para um nó de build.Represents a text file that contains the build log for a build node.
public ref class DistributedFileLogger : Microsoft::Build::Framework::IForwardingLogger
public class DistributedFileLogger : Microsoft.Build.Framework.IForwardingLogger
type DistributedFileLogger = class
interface IForwardingLogger
interface INodeLogger
interface ILogger
Public Class DistributedFileLogger
Implements IForwardingLogger
- Herança
-
DistributedFileLogger
- Implementações
Construtores
| DistributedFileLogger() |
Inicializa uma nova instância da classe DistributedFileLogger.Initializes a new instance of the DistributedFileLogger class. |
Propriedades
| BuildEventRedirector |
Define o mecanismo de build para permitir que um agente de nó encaminhe mensagens para o agente central.Set by the build engine to allow a node loggers to forward messages to the central logger. |
| NodeId |
Obtém ou define o identificador exclusivo (ID do nó) do nó ao qual o agente de encaminhamento está anexado.Gets or sets the unique identifier (Node ID) of the node to which the forwarding logger is attached. |
| Parameters |
Obtém ou define os parâmetros para o DistributedFileLogger.Gets or sets the parameters for the DistributedFileLogger. |
| Verbosity |
Obtém ou define o nível de detalhes (um valor LoggerVerbosity) para ser exibido no log de evento de build.Gets or sets the level of detail (a LoggerVerbosity value) to display in the build event log. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| Initialize(IEventSource) |
Inscreve o agente de console para todos os eventos de compilação.Enlists the console logger for all build events. |
| Initialize(IEventSource, Int32) |
Inscreve o agente de console para todos os eventos de compilação.Enlists the console logger for all build events. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| Shutdown() |
Fecha o agente de arquivo do nó.Closes the node file logger. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |