Public Member Functions | |
LogFactory () | |
Static Public Member Functions | |
Logger | getLogger (String name) |
void | logException (Logger thisLogger, Exception exception) |
Static Private Attributes | |
final String | CONSOLE_PATTERN_LAYOUT = "%5p [%t] (%F:%L) - %m%n" |
final String | FILE_PATTERN_LAYOUT |
final String | LOG_FILE_NAME = System.getProperty("netbeans.user") + "/alarm_console.log" |
|
Creates a new instance of LogFactory |
|
Retrieve logger by name |
|
Help method which prints to logger stack trace of exception |
|
console pattern layout |
|
Initial value: file pattern layout |
|
log filename and path |