Table of Contents

Interface ILunyLogger

Namespace
Luny
Assembly
Luny.dll
public interface ILunyLogger

Methods

LogError(object)

void LogError(object obj)

Parameters

obj object

LogError(string)

void LogError(string message)

Parameters

message string

LogException(Exception)

void LogException(Exception exception)

Parameters

exception Exception

LogInfo(object)

void LogInfo(object obj)

Parameters

obj object

LogInfo(string)

void LogInfo(string message)

Parameters

message string

LogWarning(object)

void LogWarning(object obj)

Parameters

obj object

LogWarning(string)

void LogWarning(string message)

Parameters

message string