Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.logging
/
InteractiveConsoleAppender
Interactive
Console
Appender
class
InteractiveConsoleAppender
:
AppenderBase
<
ILoggingEvent
>
Writes logs above active console prompt when the interactive shell is running.
Members
Constructors
Interactive
Console
Appender
Link copied to clipboard
constructor
(
)
Properties
context
Link copied to clipboard
open
override
var
context
:
Context
?
copy
Of
Attached
Filters
List
Link copied to clipboard
open
override
val
copyOfAttachedFiltersList
:
List
<
Filter
<
ILoggingEvent
?
>
?
>
?
is
Started
Link copied to clipboard
open
override
val
isStarted
:
Boolean
name
Link copied to clipboard
open
override
var
name
:
String
?
pattern
Link copied to clipboard
var
pattern
:
String
status
Manager
Link copied to clipboard
open
val
statusManager
:
StatusManager
?
Functions
add
Error
Link copied to clipboard
open
fun
addError
(
msg
:
String
?
)
open
fun
addError
(
msg
:
String
?
,
ex
:
Throwable
?
)
add
Filter
Link copied to clipboard
open
fun
addFilter
(
newFilter
:
Filter
<
ILoggingEvent
?
>
?
)
add
Info
Link copied to clipboard
open
fun
addInfo
(
msg
:
String
?
)
open
fun
addInfo
(
msg
:
String
?
,
ex
:
Throwable
?
)
add
Status
Link copied to clipboard
open
fun
addStatus
(
status
:
Status
?
)
add
Warn
Link copied to clipboard
open
fun
addWarn
(
msg
:
String
?
)
open
fun
addWarn
(
msg
:
String
?
,
ex
:
Throwable
?
)
clear
All
Filters
Link copied to clipboard
open
fun
clearAllFilters
(
)
do
Append
Link copied to clipboard
open
fun
doAppend
(
eventObject
:
ILoggingEvent
?
)
get
Context
Link copied to clipboard
open
fun
getContext
(
)
:
Context
?
get
Copy
Of
Attached
Filters
List
Link copied to clipboard
open
fun
getCopyOfAttachedFiltersList
(
)
:
List
<
Filter
<
ILoggingEvent
?
>
?
>
?
get
Filter
Chain
Decision
Link copied to clipboard
open
fun
getFilterChainDecision
(
event
:
ILoggingEvent
?
)
:
FilterReply
?
set
Context
Link copied to clipboard
open
fun
setContext
(
context
:
Context
?
)
start
Link copied to clipboard
open
override
fun
start
(
)
stop
Link copied to clipboard
open
override
fun
stop
(
)