Class Info
public class ClogInfo extendsObject
in package
com.caseyjbrooks.clog4j
No Known Direct Subclasses
Summary
Fields
No declared fields
Constructors
Constructor and Description |
---|
public
ClogInfo(
)
|
Methods
Modifier and Type | Method and Description |
---|---|
public
boolean
|
isActive(
)
|
public
int
|
log(
String
tag
,
String
message
)
|
public
int
|
log(
String
tag
,
String
message
,
Throwable
throwable
)
|
public
int
|
priority(
)
|
Fields
No declared fields
Constructors
public
ClogInfo(
)
No Parameters
Methods
public
boolean
isActive(
)
No Parameters
Returns:
public
int
log(
String
tag
,
String
message
)
Parameters:
Type | Variable Name | Description |
---|---|---|
String
|
tag | |
String
|
message |
Returns:
public
int
log(
String
tag
,
String
message
,
Throwable
throwable
)
Parameters:
Type | Variable Name | Description |
---|---|---|
String
|
tag | |
String
|
message | |
Throwable
|
throwable |