Show / Hide Table of Contents

Interface ILogger

Namespace: Modding
Assembly: HollowKnight.dll
Syntax
public interface ILogger

Methods

| Edit this page View Source

Log(object)

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

Log(string)

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

LogDebug(object)

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

LogDebug(string)

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

LogError(object)

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

LogError(string)

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

LogFine(object)

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

LogFine(string)

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

LogWarn(object)

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

LogWarn(string)

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

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
☀
☾