scribe
scribe
API
scribe
ANSI
bg
ctrl
fg
fx
ANSI
AnyLogging
Execution
JavaScriptConsole
Level
Level
LogRecord
LogRecord
LogRecordCreator
Loggable
Logger
Logger
system
LoggerId
LoggerId
LoggerSupport
LoggerSupport
Logging
LoggingOutputStream
MinimumLevel
MinimumLevel
FromClass
FromId
FromLogger
FromString
Platform
PlatformImplementation
Priority
Priority
scribe.data
MDC
MDC
MDCManager
MDCMap
MDCThreadLocal
scribe.filter
AndFilters
ClassNameFilter
Filter
FilterBuilder
FilterMatcher
OrFilters
PackageNameFilter
scribe.format
AbbreviateBlock
CachingFormatBlock
EnhancedColor
FormatBlock
FormatBlock
ClassAndMethodName
ClassAndMethodNameSimple
ClassName
ClassNameSimple
ColumnNumber
Date
Counter
Full
ISO8601
Standard
FileName
Level
PaddedRight
LineNumber
MDCAll
MDCMultiLine
MDCReference
Mapped
MappedPlain
Messages
MethodName
MultiLine
MultiLine
NewLine
Position
PositionSimple
RawString
ThreadName
Time
TimeStamp
FormatBlocksFormatter
Formatter
Formatter
FormatterInterpolator
RightPaddingBlock
empty
scribe.handler
FunctionalLogHandler
LogHandle
LogHandler
LogHandler
LogHandlerBuilder
LogOverflowException
SynchronousLogHandle
scribe.jul
JULHandler
scribe.message
EmptyMessage
LazyMessage
LoggableMessage
LoggableMessage
Message
StaticMessage
scribe.modify
LevelFilter
LevelFilter
LogBooster
LogBooster
LogModifier
LogModifier
scribe.output
BackgroundColoredOutput
BoldOutput
Color
Color
Black
Blue
BrightBlue
BrightCyan
BrightGreen
BrightMagenta
BrightRed
BrightWhite
BrightYellow
Cyan
Gray
Green
Magenta
Red
White
Yellow
ColoredOutput
CompositeOutput
EmptyOutput
EnhancedColor
ItalicOutput
LogOutput
LogOutput
StrikethroughOutput
TextOutput
URLOutput
UnderlineOutput
scribe.output.format
ANSIOutputFormat
ASCIIOutputFormat
HTMLOutputFormat
HTMLStyle
OutputFormat
OutputFormat
RichBrowserOutputFormat
SimpleHTMLStyle
SolarizedDark
scribe.throwable
Trace
Trace
TraceElement
TraceLoggableMessage
scribe.util
Abbreviator
Time
scribe.writer
BrowserConsoleWriter
args
CacheWriter
CacheWriter
ConsoleWriter
NullWriter
SystemErrWriter
SystemOutWriter
SystemWriter
Writer
scribe
/
scribe.format
/
AbbreviateBlock
AbbreviateBlock
scribe.format.AbbreviateBlock
class
AbbreviateBlock
(
block
:
FormatBlock
,
maxLength
:
Int
,
separator
:
Char
,
removeEntries
:
Boolean
,
abbreviateName
:
Boolean
)
extends
FormatBlock
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
FormatBlock
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
override
def
format
(
record
:
LogRecord
):
LogOutput
Attributes
Definition Classes
FormatBlock
Inherited methods
def
abbreviate
(
maxLength
:
Int
,
padded
:
Boolean
,
separator
:
Char
,
removeEntries
:
Boolean
,
abbreviateName
:
Boolean
):
FormatBlock
Attributes
Inherited from:
FormatBlock
def
map
(
f
:
LogOutput
=>
LogOutput
):
FormatBlock
Attributes
Inherited from:
FormatBlock
def
mapPlain
(
f
:
String
=>
String
):
FormatBlock
Attributes
Inherited from:
FormatBlock
def
padRight
(
length
:
Int
,
padding
:
Char
):
FormatBlock
Attributes
Inherited from:
FormatBlock