Writes the diagnostic message at the specified level using the specified format provider and format parameters.
Writes the specified diagnostic message.
public void Log(LogEventInfo);
Writes the diagnostic message at the specified level.
public void Log(LogLevel,IFormatProvider,object);
Writes the diagnostic message at the specified level using the specified Boolean as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,bool);
Writes the diagnostic message at the specified level using the specified Byte as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,byte);
Writes the diagnostic message at the specified level using the specified Char as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,char);
Writes the diagnostic message at the specified level using the specified Decimal as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,decimal);
Writes the diagnostic message at the specified level using the specified Double as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,double);
Writes the diagnostic message at the specified level using the specified Int32 as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,int);
Writes the diagnostic message at the specified level using the specified Int64 as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,long);
Writes the diagnostic message at the specified level using the specified Object as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,object);
Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,params object[]);
Writes the diagnostic message at the specified level using the specified SByte as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,sbyte);
Writes the diagnostic message at the specified level using the specified Single as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,float);
Writes the diagnostic message at the specified level using the specified String as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,string);
Writes the diagnostic message at the specified level using the specified UInt32 as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,uint);
Writes the diagnostic message at the specified level using the specified UInt64 as a parameter and formatting it with the supplied format provider.
public void Log(LogLevel,IFormatProvider,string,ulong);
Writes the diagnostic message at the specified level.
public void Log(LogLevel,object);
Writes the diagnostic message at the specified level.
public void Log(LogLevel,string);
Writes the diagnostic message at the specified level using the specified Boolean as a parameter.
public void Log(LogLevel,string,bool);
Writes the diagnostic message at the specified level using the specified Byte as a parameter.
public void Log(LogLevel,string,byte);
Writes the diagnostic message at the specified level using the specified Char as a parameter.
public void Log(LogLevel,string,char);
Writes the diagnostic message at the specified level using the specified Decimal as a parameter.
public void Log(LogLevel,string,decimal);
Writes the diagnostic message at the specified level using the specified Double as a parameter.
public void Log(LogLevel,string,double);
Writes the diagnostic message at the specified level using the specified Int32 as a parameter.
public void Log(LogLevel,string,int);
Writes the diagnostic message at the specified level using the specified Int64 as a parameter.
public void Log(LogLevel,string,long);
Writes the diagnostic message at the specified level using the specified Object as a parameter.
public void Log(LogLevel,string,object);
Writes the diagnostic message at the specified level using the specified parameters.
public void Log(LogLevel,string,object,object);
Writes the diagnostic message at the specified level using the specified parameters.
public void Log(LogLevel,string,object,object,object);
Writes the diagnostic message at the specified level using the specified parameters.
public void Log(LogLevel,string,params object[]);
Writes the diagnostic message at the specified level using the specified SByte as a parameter.
public void Log(LogLevel,string,sbyte);
Writes the diagnostic message at the specified level using the specified Single as a parameter.
public void Log(LogLevel,string,float);
Writes the diagnostic message at the specified level using the specified String as a parameter.
public void Log(LogLevel,string,string);
Writes the diagnostic message at the specified level using the specified UInt32 as a parameter.
public void Log(LogLevel,string,uint);
Writes the diagnostic message at the specified level using the specified UInt64 as a parameter.
public void Log(LogLevel,string,ulong);
Writes the specified diagnostic message.
public void Log(Type,LogEventInfo);