Show / Hide Table of Contents

Class Logger

Inheritance
object
Logger
Namespace: Modding
Assembly: HollowKnight.dll
Syntax
public static class Logger

Methods

| Edit this page View Source

Log(object)

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

Log(object, LogLevel)

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

Log(string)

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

Log(string, LogLevel)

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

LogDebug(object)

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

LogDebug(string)

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

LogError(object)

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

LogError(string)

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

LogFine(object)

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

LogFine(string)

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

LogWarn(object)

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

LogWarn(string)

Declaration
public static void LogWarn(string message)
Parameters
Type Name Description
string message
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾