EnyimLoggerWarpper
Assembly: ServiceStack.Caching.Memcached.dll
View Source
Declaration
public class EnyimLoggerWarpper : Enyim.Caching.ILog
Properties
IsDebugEnabled
View Source
Declaration
public bool IsDebugEnabled { get; }
IsInfoEnabled
View Source
Declaration
public bool IsInfoEnabled { get; }
IsWarnEnabled
View Source
Declaration
public bool IsWarnEnabled { get; }
IsErrorEnabled
View Source
Declaration
public bool IsErrorEnabled { get; }
IsFatalEnabled
View Source
Declaration
public bool IsFatalEnabled { get; }
Methods
Debug(Object)
View Source
Declaration
public void Debug(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Debug(Object, Exception)
View Source
Declaration
public void Debug(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
DebugFormat(String, Object)
View Source
Declaration
public void DebugFormat(string format, object arg0)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
DebugFormat(String, Object, Object)
View Source
Declaration
public void DebugFormat(string format, object arg0, object arg1)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
DebugFormat(String, Object, Object, Object)
View Source
Declaration
public void DebugFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
System.Object | arg2 |
DebugFormat(String, Object[])
View Source
Declaration
public void DebugFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
DebugFormat(IFormatProvider, String, Object[])
View Source
Declaration
public void DebugFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type | Name |
---|---|
System.IFormatProvider | provider |
System.String | format |
System.Object[] | args |
Info(Object)
View Source
Declaration
public void Info(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Info(Object, Exception)
View Source
Declaration
public void Info(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
InfoFormat(String, Object)
View Source
Declaration
public void InfoFormat(string format, object arg0)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
InfoFormat(String, Object, Object)
View Source
Declaration
public void InfoFormat(string format, object arg0, object arg1)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
InfoFormat(String, Object, Object, Object)
View Source
Declaration
public void InfoFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
System.Object | arg2 |
InfoFormat(String, Object[])
View Source
Declaration
public void InfoFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
InfoFormat(IFormatProvider, String, Object[])
View Source
Declaration
public void InfoFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type | Name |
---|---|
System.IFormatProvider | provider |
System.String | format |
System.Object[] | args |
Warn(Object)
View Source
Declaration
public void Warn(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Warn(Object, Exception)
View Source
Declaration
public void Warn(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
WarnFormat(String, Object)
View Source
Declaration
public void WarnFormat(string format, object arg0)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
WarnFormat(String, Object, Object)
View Source
Declaration
public void WarnFormat(string format, object arg0, object arg1)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
WarnFormat(String, Object, Object, Object)
View Source
Declaration
public void WarnFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
System.Object | arg2 |
WarnFormat(String, Object[])
View Source
Declaration
public void WarnFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
WarnFormat(IFormatProvider, String, Object[])
View Source
Declaration
public void WarnFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type | Name |
---|---|
System.IFormatProvider | provider |
System.String | format |
System.Object[] | args |
Error(Object)
View Source
Declaration
public void Error(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Error(Object, Exception)
View Source
Declaration
public void Error(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
ErrorFormat(String, Object)
View Source
Declaration
public void ErrorFormat(string format, object arg0)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
ErrorFormat(String, Object, Object)
View Source
Declaration
public void ErrorFormat(string format, object arg0, object arg1)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
ErrorFormat(String, Object, Object, Object)
View Source
Declaration
public void ErrorFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
System.Object | arg2 |
ErrorFormat(String, Object[])
View Source
Declaration
public void ErrorFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
ErrorFormat(IFormatProvider, String, Object[])
View Source
Declaration
public void ErrorFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type | Name |
---|---|
System.IFormatProvider | provider |
System.String | format |
System.Object[] | args |
Fatal(Object)
View Source
Declaration
public void Fatal(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Fatal(Object, Exception)
View Source
Declaration
public void Fatal(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
FatalFormat(String, Object)
View Source
Declaration
public void FatalFormat(string format, object arg0)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
FatalFormat(String, Object, Object)
View Source
Declaration
public void FatalFormat(string format, object arg0, object arg1)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
FatalFormat(String, Object, Object, Object)
View Source
Declaration
public void FatalFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object | arg0 |
System.Object | arg1 |
System.Object | arg2 |
FatalFormat(String, Object[])
View Source
Declaration
public void FatalFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
FatalFormat(IFormatProvider, String, Object[])
View Source
Declaration
public void FatalFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type | Name |
---|---|
System.IFormatProvider | provider |
System.String | format |
System.Object[] | args |