Show / Hide Table of Contents

Class WeaverLog

Used for logging to the console

Inheritance
object
WeaverLog
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public static class WeaverLog

Methods

| Edit this page View Source

Log(object)

Logs an object to the console

Declaration
public static void Log(object obj)
Parameters
Type Name Description
object obj

The object to log

| Edit this page View Source

Log(string)

Logs a message to the console

Declaration
public static void Log(string str)
Parameters
Type Name Description
string str

The message to log

| Edit this page View Source

LogError(object)

Logs an object to the console as an error

Declaration
public static void LogError(object obj)
Parameters
Type Name Description
object obj

The object to log

| Edit this page View Source

LogError(string)

Logs an error to the console

Declaration
public static void LogError(string str)
Parameters
Type Name Description
string str

The error to log

| Edit this page View Source

LogException(Exception)

Logs an exception to the console

Declaration
public static void LogException(Exception e)
Parameters
Type Name Description
Exception e

The exception to log

| Edit this page View Source

LogWarning(object)

Logs an object to the console as a warning

Declaration
public static void LogWarning(object obj)
Parameters
Type Name Description
object obj

The object to log

| Edit this page View Source

LogWarning(string)

Logs a warning to the console

Declaration
public static void LogWarning(string str)
Parameters
Type Name Description
string str

The warning to log

  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾