Show / Hide Table of Contents

Class Loggable

Inheritance
object
Loggable
Mod
Implements
ILogger
Namespace: Modding
Assembly: HollowKnight.dll
Syntax
public abstract class Loggable : ILogger

Constructors

| Edit this page View Source

Loggable()

Declaration
protected Loggable()

Methods

| Edit this page View Source

Log(object)

Declaration
public void Log(object message)
Parameters
Type Name Description
object message
| Edit this page View Source

Log(string)

Declaration
public void Log(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

LogDebug(object)

Declaration
public void LogDebug(object message)
Parameters
Type Name Description
object message
| Edit this page View Source

LogDebug(string)

Declaration
public void LogDebug(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

LogError(object)

Declaration
public void LogError(object message)
Parameters
Type Name Description
object message
| Edit this page View Source

LogError(string)

Declaration
public void LogError(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

LogFine(object)

Declaration
public void LogFine(object message)
Parameters
Type Name Description
object message
| Edit this page View Source

LogFine(string)

Declaration
public void LogFine(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

LogWarn(object)

Declaration
public void LogWarn(object message)
Parameters
Type Name Description
object message
| Edit this page View Source

LogWarn(string)

Declaration
public void LogWarn(string message)
Parameters
Type Name Description
string message

Implements

ILogger

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾