The method reports an debug level message. Arguments can be embedded
into the message, e.g. like "Failure {0} in {1}". The method implements
the Java MessageFormat.format() syntax.
The method reports an error level message. Arguments can be embedded
into the message, e.g. like "Failure {0} in {1}". The method implements
the Java MessageFormat.format() syntax.
Returns the logger object for the given file name prefix and category.
Throws an exception if maximum number of custom log files per day has already been obtained.
Parameters:
fileNamePrefix - - the file name prefix to identify the logger must not be null or an empty string, must be at least 3 characters long, can contain characters a-z A-Z 0-9 '-' '_' only, can have up to 25 characters must not start or end with '-' or '_' can only start or end with a-z A-Z 0-9
category - - the category to get the logger for, must not be null
The method reports an information level message. Arguments can be embedded
into the message, e.g. like "Failure {0} in {1}". The method implements
the Java MessageFormat.format() syntax.
The method reports an warning level message. Arguments can be embedded
into the message, e.g. like "Failure {0} in {1}". The method implements
the Java MessageFormat.format() syntax.