mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Remove logging initialization from Log_OC
This commit is contained in:
parent
a63dd63b39
commit
2778762217
@ -6,12 +6,6 @@ import java.io.File;
|
||||
|
||||
public class Log_OC {
|
||||
|
||||
private static String mOwncloudDataFolderLog;
|
||||
|
||||
public static void setLogDataFolder(String logFolder) {
|
||||
mOwncloudDataFolderLog = logFolder;
|
||||
}
|
||||
|
||||
public static void i(String message) {
|
||||
Timber.i(message);
|
||||
}
|
||||
@ -74,14 +68,4 @@ public class Log_OC {
|
||||
public static void w(String TAG, String message) {
|
||||
Timber.w(message);
|
||||
}
|
||||
|
||||
public static void startLogging(String storagePath) {
|
||||
LoggingHelper.INSTANCE.startLogging(
|
||||
new File(storagePath+ File.separator + mOwncloudDataFolderLog), mOwncloudDataFolderLog);
|
||||
}
|
||||
|
||||
public static void stopLogging() {
|
||||
LoggingHelper.INSTANCE.stopLogging();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user