Table of Contents

Interface ILunyLogger

Namespace
Luny
/
Assembly
Luny.dll
public interface ILunyLogger
Expand Details ...

Methods

LogError(Object)

void LogError(Object obj)

Parameters

Type Name Description
Object
obj

LogError(String)

void LogError(String message)

Parameters

Type Name Description
String
message

LogException(Exception)

void LogException(Exception exception)

Parameters

Type Name Description
Exception
exception

LogInfo(Object)

void LogInfo(Object obj)

Parameters

Type Name Description
Object
obj

LogInfo(String)

void LogInfo(String message)

Parameters

Type Name Description
String
message

LogWarning(Object)

void LogWarning(Object obj)

Parameters

Type Name Description
Object
obj

LogWarning(String)

void LogWarning(String message)

Parameters

Type Name Description
String
message