Class Loggable
Assembly: HollowKnight.dll
Syntax
public abstract class Loggable : ILogger
Constructors
|
Edit this page
View Source
Loggable()
Declaration
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
Extension Methods