You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/topl-core/io.matthewnelson.topl_core.broadcaster/-broadcast-logger/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ should **never** make it to a release build.
10
10
11
11
To enable Logcat messages, [buildConfigDebug](#) must be `true` (w/e you have sent
12
12
[io.matthewnelson.topl_core.OnionProxyManager](../../io.matthewnelson.topl_core/-onion-proxy-manager/index.md) upon instantiation), and
13
-
[TorSettings.hasDebugLogs](file:/home/matthew/AndroidStudioProjects/personal_projects/TorOnionProxyLibrary-Android/docs/topl-core-base/io.matthewnelson.topl_core_base/-tor-settings/has-debug-logs.md) must also be `true`. This way if your implementation of the
14
-
Library is causing problems in your App you need only set [TorSettings.hasDebugLogs](file:/home/matthew/AndroidStudioProjects/personal_projects/TorOnionProxyLibrary-Android/docs/topl-core-base/io.matthewnelson.topl_core_base/-tor-settings/has-debug-logs.md) to
13
+
[TorSettings.hasDebugLogs](../../../topl-core-base/io.matthewnelson.topl_core_base/-tor-settings/has-debug-logs.md) must also be `true`. This way if your implementation of the
14
+
Library is causing problems in your App you need only set [TorSettings.hasDebugLogs](../../../topl-core-base/io.matthewnelson.topl_core_base/-tor-settings/has-debug-logs.md) to
15
15
`true` for a Debug build of your App.
16
16
17
17
See helper method [io.matthewnelson.topl_core.OnionProxyManager.getBroadcastLogger](../../io.matthewnelson.topl_core/-onion-proxy-manager/get-broadcast-logger.md) to
@@ -31,7 +31,7 @@ instantiate.
31
31
32
32
| Name | Summary |
33
33
|---|---|
34
-
|[eventBroadcaster](event-broadcaster.md)| For broadcasting the info`val eventBroadcaster: `[`EventBroadcaster`](file:/home/matthew/AndroidStudioProjects/personal_projects/TorOnionProxyLibrary-Android/docs/topl-core-base/io.matthewnelson.topl_core_base/-event-broadcaster/index.md)|
34
+
|[eventBroadcaster](event-broadcaster.md)| For broadcasting the info`val eventBroadcaster: `[`EventBroadcaster`](../../../topl-core-base/io.matthewnelson.topl_core_base/-event-broadcaster/index.md)|
35
35
|[TAG](-t-a-g.md)| Typically, the class name, but able to be set to whatever you wish`val TAG: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)|
|[finishAndReturnString](finish-and-return-string.md)| This returns what's in the [buffer](#) as a String and then clears it. You still need to write the String to the [io.matthewnelson.topl_core_base.TorConfigFiles.torrcFile](file:/home/matthew/AndroidStudioProjects/personal_projects/TorOnionProxyLibrary-Android/docs/topl-core-base/io.matthewnelson.topl_core_base/-tor-config-files/torrc-file.md).`fun finishAndReturnString(): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)|
64
+
|[finishAndReturnString](finish-and-return-string.md)| This returns what's in the [buffer](#) as a String and then clears it. You still need to write the String to the [io.matthewnelson.topl_core_base.TorConfigFiles.torrcFile](../../../topl-core-base/io.matthewnelson.topl_core_base/-tor-config-files/torrc-file.md).`fun finishAndReturnString(): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)|
65
65
|[finishAndWriteToTorrcFile](finish-and-write-to-torrc-file.md)| A convenience method for after populating the [buffer](#) by calling [updateTorSettings](update-tor-settings.md). It will overwrite your current torrc file (or create a new one if it doesn't exist) with the new settings.`fun finishAndWriteToTorrcFile(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)|
|[updateTorSettings](update-tor-settings.md)| Updates the buffer for all methods annotated with [SettingsConfig](#). You still need to call [finishAndReturnString](finish-and-return-string.md) and then write the returned String to your [io.matthewnelson.topl_core_base.TorConfigFiles.torrcFile](file:/home/matthew/AndroidStudioProjects/personal_projects/TorOnionProxyLibrary-Android/docs/topl-core-base/io.matthewnelson.topl_core_base/-tor-config-files/torrc-file.md).`fun updateTorSettings(): `[`TorSettingsBuilder`](./index.md)|
99
+
|[updateTorSettings](update-tor-settings.md)| Updates the buffer for all methods annotated with [SettingsConfig](#). You still need to call [finishAndReturnString](finish-and-return-string.md) and then write the returned String to your [io.matthewnelson.topl_core_base.TorConfigFiles.torrcFile](../../../topl-core-base/io.matthewnelson.topl_core_base/-tor-config-files/torrc-file.md).`fun updateTorSettings(): `[`TorSettingsBuilder`](./index.md)|
Copy file name to clipboardExpand all lines: docs/topl-core/io.matthewnelson.topl_core.util/-core-consts/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# CoreConsts
4
4
5
-
`abstract class CoreConsts : `[`BaseConsts`](file:/home/matthew/AndroidStudioProjects/personal_projects/TorOnionProxyLibrary-Android/docs/topl-core-base/io.matthewnelson.topl_core_base/-base-consts/index.md)[(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core/src/main/java/io/matthewnelson/topl_core/util/CoreConsts.kt#L27)
5
+
`abstract class CoreConsts : `[`BaseConsts`](../../../topl-core-base/io.matthewnelson.topl_core_base/-base-consts/index.md)[(source)](https://github.com/05nelsonm/TorOnionProxyLibrary-Android/blob/master/topl-core/src/main/java/io/matthewnelson/topl_core/util/CoreConsts.kt#L27)
0 commit comments