All Downloads are FREE. Search and download functionalities are using the official Maven repository.

converter3.3.112.source-code.mlogger.properties.txt Maven / Gradle / Ivy

Go to download

Tool to convert CSV and XLS to XML, to transform XML and to convert XML to CSV, HTML, other text files, PDF etc., useful as command line tool and integrated in other projects.

There is a newer version: 3.119
Show newest version
;
; 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
;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy