Table of Contents

Class Logger

Namespace
UFEDLib
Assembly
UFEDLib.dll
public static class Logger
Inheritance
Logger
Inherited Members

Fields

attributeSet

public static HashSet<string> attributeSet

Field Value

HashSet<string>

Methods

GetLogs()

public static IEnumerable<string> GetLogs()

Returns

IEnumerable<string>

LogAttribute(string)

public static void LogAttribute(string message)

Parameters

message string

LogError(string)

public static void LogError(string message)

Parameters

message string

LogInfo(string)

public static void LogInfo(string message)

Parameters

message string

LogWarning(string)

public static void LogWarning(string message)

Parameters

message string