Table of Contents

Interface IArduinoUploaderLogger

Namespace
ArduinoUploader
Assembly
ArduinoUploader.dll

Interface for the ArduinoUploader logger

public interface IArduinoUploaderLogger

Methods

Debug(string)

Called to log a debug message

void Debug(string message)

Parameters

message string

The message.

Error(string, Exception)

Called to log an error

void Error(string message, Exception exception)

Parameters

message string

The message.

exception Exception

The exception.

Info(string)

Called to log an information message

void Info(string message)

Parameters

message string

The message.

Trace(string)

Called to log a trace message

void Trace(string message)

Parameters

message string

The message.

Warn(string)

Called to log a warning

void Warn(string message)

Parameters

message string

The message.