Empeld
Empeld plugin documentation.
pluginbase.Dependencies.IPluginLogger Interface Reference

Public Member Functions

void LogInfo (string msg, params object[] args)
 
void LogWarn (string msg, params object[] args)
 
void LogWarn (Exception e, string msg, params object[] args)
 
void LogError (string msg, params object[] args)
 
void LogError (Exception e, string msg, params object[] args)
 
void LogDebug (string msg, params object[] args)
 

Detailed Description

Attribute: Injectable

Member Function Documentation

◆ LogDebug()

void pluginbase.Dependencies.IPluginLogger.LogDebug ( string  msg,
params object []  args 
)

◆ LogError() [1/2]

void pluginbase.Dependencies.IPluginLogger.LogError ( string  msg,
params object []  args 
)

◆ LogError() [2/2]

void pluginbase.Dependencies.IPluginLogger.LogError ( Exception  e,
string  msg,
params object []  args 
)

◆ LogInfo()

void pluginbase.Dependencies.IPluginLogger.LogInfo ( string  msg,
params object []  args 
)

◆ LogWarn() [1/2]

void pluginbase.Dependencies.IPluginLogger.LogWarn ( string  msg,
params object []  args 
)

◆ LogWarn() [2/2]

void pluginbase.Dependencies.IPluginLogger.LogWarn ( Exception  e,
string  msg,
params object []  args 
)

The documentation for this interface was generated from the following file: