12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061(*
* Copyright (c) 2022 Tarides <contact@tarides.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)open!ImportincludeLogging_intfmoduleSource_code_position=Ppx_irmin_internal_lib.Source_code_position(** A logs reporter that is aware of the tags added by [ppx_irmin.internal]. *)letreporter:?filter_src:(Logs.src->bool)->?prefix:string->(moduleClock)->Logs.reporter=fun?(filter_src=Fun.consttrue)?(prefix="")(moduleClock)->letpadnx=ifString.lengthx>nthenxelsex^String.make(n-String.lengthx)' 'inletstart_time=Clock.counter()inletreportsrclevel~overkmsgf=letk_=over();k()inletppf=matchlevelwithLogs.App->Fmt.stdout|_->Fmt.stderrinletwith_stamphtagskfmt=letdt=Mtime.span_to_us(Clock.countstart_time)inletsource_pos_text,source_pos_colour=matchtagswith|None->(Logs.Src.namesrc,`Magenta)|Sometags->lettext=Logs.Tag.findSource_code_position.tagtags|>Option.fold~none:""~some:(fun(fname,lnum,_,_)->Fmt.str"%s:%d"fnamelnum)in(text,`Faint)inFmt.kpfkppf("%s%+04.0fus %a %a @["^^fmt^^"@]@.")prefixdtFmt.(styledsource_pos_colourstring)(pad35source_pos_text)Logs_fmt.pp_header(level,h)inmsgf@@fun?header?tagsfmt->iffilter_srcsrcthenwith_stampheadertagskfmtelseFormat.ikfprintfkppffmtin{Logs.report}