public class DebugLogUtil extends Object
Constructor and Description |
---|
DebugLogUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getStackTrace(Throwable e) |
static void |
log(String path,
String msg)
Log debug message to specified path/file.
|
static void |
log(String path,
String msg,
boolean append) |
static void |
log(String path,
Throwable t)
Log exception stack trace to specified path/file.
|
static void |
log(String path,
Throwable t,
boolean append) |
public static void log(String path, String msg)
public static void log(String path, Throwable t)
Copyright © 2024. All rights reserved.