Interface ILunyLogger
- Namespace
- Luny /
- Assembly
- Luny.dll
public interface ILunyLogger
Expand Details ...
Methods
LogError(Object)
void LogError(Object obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LogError(String)
void LogError(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LogException(Exception)
void LogException(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
exception |
LogInfo(Object)
void LogInfo(Object obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LogInfo(String)
void LogInfo(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LogWarning(Object)
void LogWarning(Object obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LogWarning(String)
void LogWarning(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |