Table of Contents

Class Log

Namespace
SharpPluginLoader.Core
Assembly
SharpPluginLoader.Core.dll

Provides basic logging functionality.

public static class Log
Inheritance
Log
Inherited Members

Methods

Debug(string)

Logs a debug message.

public static void Debug(string message)

Parameters

message string

The message to log.

Error(string)

Logs an error message.

public static void Error(string message)

Parameters

message string

The message to log.

Info(string)

Logs an info message.

public static void Info(string message)

Parameters

message string

The message to log.

Warn(string)

Logs a warning message.

public static void Warn(string message)

Parameters

message string

The message to log.