mlogger.1.37.source-code.mlogger.properties.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mlogger Show documentation
Show all versions of mlogger Show documentation
Specialized logger for all M-Projects.
;
; Class Name
;
; StdMLogEntry=com.sta.mlogger.MLogEntry4File
; or
; StdMLogEntry=com.sta.mlogger.MLogEntry4Text
;
; Level: 0 = Error, 1 = Warning, 2 = Info, 3 = Message, 4 = Debug, 5 = all
;
; MinLevel=0
; MaxLevel=2
;
; Date and Time
;
; DateFormat=yyyy-MM-dd
; TimeFormat=HH:mm:ss
;
; MLog-Format
;
; MLogFormat=%date %time %lev (%loc): %msg
; MLogFormat=%date %time %thread %loc %source %line %lev %msg
;
; Method calls (1 = call method)
;
; TrimLevelNames=1
; PrepLevelNames=1
;
; Break after output (1 = break = no further output)
;
; BreakAfterOutput=1
;
; Mode: 0 = no cut, 1 = cut left, 2 = cut right, 3 = cut dynamic, 8 = use short cut
; MaxLen: max length of location or thread name
;
; CutMode4Location=1
; MaxLen4Location=80
; CutMode4ThreadName=1
; MaxLen4ThreadName=80
;
; --- MLogEntry4File only ---
;
; BaseDirectory=
; BaseFileName=
; DateTimeSeparator=
; DateTimeFormat=
; IndexSeparator=
; IndexFormat=
; Extension=
; MaxFileSize=
; MaxFileCount=
;
; Example 1: daily rolling
;
; BaseDirectory=
; BaseFileName=log
; DateTimeSeparator=_
; DateTimeFormat=yyyy-MM-dd
; IndexSeparator=_
; IndexFormat=0000
; Extension=.log
; MaxFileSize=-1
; MaxFileCount=-1
;
; Example 2: size count rolling (10 MB, 10 files)
;
; BaseDirectory=
; BaseFileName=log
; DateTimeSeparator=
; DateTimeFormat=
; IndexSeparator=_
; IndexFormat=0000
; Extension=.log
; MaxFileSize=10485760
; MaxFileCount=10
;