Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.Debug Method

Logs a message at the Debug level including a representation of the supplied exception instance.

Overload List

Logs a message at the Debug level including a representation of the supplied exception instance.

void Debug(Exception,string);

Logs a message at the Debug level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string.

void Debug(Exception,string,object);

Logs a message at the Debug level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string.

void Debug(Exception,string,object,object);

Logs a message at the Debug level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string.

void Debug(Exception,string,object,object,object);

Logs a message at the Debug level.

void Debug(string);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,bool);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,bool,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,double);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,double,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long,double);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long,long,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long,long,long,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long,long,long,long,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,long,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object,long,long);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object,object,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object,object,object,object);

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(string,object,object,object,object,object);

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace