org
.
scalawag
.
timber
.
slf4j
.
receiver
logback
package
logback
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
logback
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
class
AppenderAdapter
extends
EntryReceiver
with
InternalLogging
class
EncoderAdapter
extends
EncoderBase
[
Entry
]
class
LogbackContext
extends
ContextBase
class
LogbackStatusManager
extends
BasicStatusManager
with
InternalLogging
trait
StopAtShutdown
extends
AnyRef
Value Members
object
LogbackSupport
extends
InternalLogging
def
file
(
filename:
String
,
name:
Option
[
String
] =
None
,
append:
Option
[
Boolean
] =
None
,
prudent:
Option
[
Boolean
] =
None
)
(
implicit
formatter:
EntryFormatter
,
context:
LogbackContext
)
:
FileAppender
[
Entry
]
def
fixedWindowRollingPolicy
(
fileNamePattern:
String
,
minIndex:
Option
[
Int
] =
None
,
maxIndex:
Option
[
Int
] =
None
)
(
implicit
context:
LogbackContext
)
:
FixedWindowRollingPolicy
def
rollingFile
(
filename:
String
,
rollingPolicy:
RollingPolicy
,
triggeringPolicy:
Option
[
TriggeringPolicy
[
Entry
]] =
None
,
name:
Option
[
String
] =
None
,
append:
Option
[
Boolean
] =
None
,
prudent:
Option
[
Boolean
] =
None
)
(
implicit
formatter:
EntryFormatter
,
context:
LogbackContext
)
:
RollingFileAppender
[
Entry
]
def
sizeBasedTriggeringPolicy
(
maxFileSize:
Option
[
String
] =
None
)
(
implicit
context:
LogbackContext
)
:
SizeBasedTriggeringPolicy
[
Entry
]
def
timeBasedRollingPolicy
(
fileNamePattern:
String
,
maxHistory:
Option
[
Int
] =
None
,
cleanHistoryOnStart:
Option
[
Boolean
] =
None
)
(
implicit
context:
LogbackContext
)
:
TimeBasedRollingPolicy
[
Entry
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped