toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3
/
Log
Log
Library
class
Log
Project specific logger
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Members
Constructors
Log
Link copied to clipboard
Library
private
constructor
(
)
Utility class
Properties
Logger
Link copied to clipboard
Library
private
val
Logger
:
Logger
Class logger instance.
Max_Tag_Length
Link copied to clipboard
Library
private
val
Max_Tag_Length
:
Int
=
23
maximum tag length when android.util.Log.
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
Class logger tag.
Trim_Text
Link copied to clipboard
Library
private
val
Trim_Text
:
String
=
"net.sourceforge."
remove from the beginning of the log tag.
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
format
Link copied to clipboard
Library
private
open
fun
format
(
msg
:
String
,
args
:
Array
<
Any
>
)
:
String
formatiert eine nachricht mit parameters wenn diese gegeben sind.
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
get
Log
Tag
Link copied to clipboard
Library
open
fun
getLogTag
(
clazz
:
Class
<
out
Any
>
)
:
String
open
fun
getLogTag
(
name
:
String
)
:
String
creates a log Tag for the given class.
get
UIQ3Log
Tag
Link copied to clipboard
Library
open
fun
getUIQ3LogTag
(
clazz
:
Class
<
out
Any
>
)
:
String
open
fun
getUIQ3LogTag
(
name
:
String
)
:
String
creates a log Tag for the given class.
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)